From 6508291db37653f86ba6ee3f306909cc5f4522ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 03:25:52 +0000 Subject: [PATCH] Bump strawberry-graphql from 0.284.1 to 0.287.2 in /.github/deps/latest Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.284.1 to 0.287.2. - [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.284.1...0.287.2) --- updated-dependencies: - dependency-name: strawberry-graphql dependency-version: 0.287.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/deps/latest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deps/latest/requirements.txt b/.github/deps/latest/requirements.txt index 07f4eb7..68432cb 100644 --- a/.github/deps/latest/requirements.txt +++ b/.github/deps/latest/requirements.txt @@ -5,7 +5,7 @@ nextline==0.8.0 apluggy==1.1.2 dynaconf==3.2.11 starlette==0.48.0 -strawberry-graphql==0.284.1 +strawberry-graphql==0.287.2 websockets==15.0.1 rich==14.2.0 async-asgi-testclient==1.4.11