diff --git a/pyproject.toml b/pyproject.toml index 8a20f7a..301327a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "typing-extensions;python_version<'3.8'", # The Strawberry module is quite volatile so recommend pinning to a # specific version and updating to latest after testing. - "strawberry-graphql==0.190.0", + "strawberry-graphql==0.234.0", "aioca>=1.7", "p4p", "ruamel.yaml",