From e3cf808869b54061be88ca3d44d256741b2cda20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:34:13 +0000 Subject: [PATCH] Bump strawberry-graphql from 0.190.0 to 0.229.0 Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.190.0 to 0.229.0. - [Release notes](https://github.com/strawberry-graphql/strawberry/releases) - [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md) - [Commits](https://github.com/strawberry-graphql/strawberry/compare/0.190.0...0.229.0) --- updated-dependencies: - dependency-name: strawberry-graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a20f7a..a01d875 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.229.0", "aioca>=1.7", "p4p", "ruamel.yaml",