From cb9aef00e4b0fd746c2a897f496b9bec3969b8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:49:36 +0000 Subject: [PATCH] Bump strawberry-graphql from 0.284.1 to 0.287.0 in /.github/deps/latest Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.284.1 to 0.287.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.284.1...0.287.0) --- updated-dependencies: - dependency-name: strawberry-graphql dependency-version: 0.287.0 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 3f79001..e12c034 100644 --- a/.github/deps/latest/requirements.txt +++ b/.github/deps/latest/requirements.txt @@ -5,7 +5,7 @@ nextline==0.7.21 apluggy==1.1.2 dynaconf==3.2.11 starlette==0.48.0 -strawberry-graphql==0.284.1 +strawberry-graphql==0.287.0 websockets==15.0.1 rich==14.2.0 async-asgi-testclient==1.4.11