From dbe2228d769c6cbd0351f3bbaa516589cbc7e41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 03:29:53 +0000 Subject: [PATCH] Bump strawberry-graphql from 0.232.2 to 0.233.1 in /ci/latest Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.232.2 to 0.233.1. - [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.232.2...0.233.1) --- updated-dependencies: - dependency-name: strawberry-graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/latest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/latest/requirements.txt b/ci/latest/requirements.txt index e8bfcb1..4276827 100644 --- a/ci/latest/requirements.txt +++ b/ci/latest/requirements.txt @@ -5,7 +5,7 @@ nextline==0.7.6 apluggy==1.0.1 dynaconf==3.2.5 starlette==0.37.2 -strawberry-graphql==0.232.2 +strawberry-graphql==0.233.1 websockets==12.0.0 rich==13.7.1 async-asgi-testclient==1.4.11