From 479d73a30d6d179221f72c2c7b32835f26f71e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:44:52 +0000 Subject: [PATCH] Bump strawberry-graphql from 0.190.0 to 0.234.0 Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.190.0 to 0.234.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.234.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..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",