From 8b4a5fcf129a8e5b4478f45ad5a49b6737d9015b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:45:50 +0000 Subject: [PATCH] Bump strawberry-graphql[fastapi] from 0.235.1 to 0.242.0 Bumps [strawberry-graphql[fastapi]](https://github.com/strawberry-graphql/strawberry) from 0.235.1 to 0.242.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.235.1...0.242.0) --- updated-dependencies: - dependency-name: strawberry-graphql[fastapi] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 741aac985..617146743 100644 --- a/requirements.in +++ b/requirements.in @@ -15,7 +15,7 @@ google-cloud-pubsub==2.18.3 google-cloud-storage==1.43.0 uvicorn==0.29.0 fastapi[all]==0.112.2 -strawberry-graphql[fastapi]==0.235.1 +strawberry-graphql[fastapi]==0.242.0 databases[mysql]==0.9.0 cryptography>=41.0.0 python-dateutil==2.8.2 diff --git a/requirements.txt b/requirements.txt index 4c8c2cdbd..c6eb84037 100644 --- a/requirements.txt +++ b/requirements.txt @@ -300,7 +300,7 @@ sqlalchemy==2.0.34 # via databases starlette==0.38.4 # via fastapi -strawberry-graphql[fastapi]==0.235.1 +strawberry-graphql[fastapi]==0.242.0 # via -r requirements.in tabulate==0.9.0 # via cpg-utils