From ae7b60ee3c334b5566c06b8579dbc9afa29ca51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:42:48 +0000 Subject: [PATCH] Bump strawberry-graphql[fastapi] from 0.168.1 to 0.192.0 Bumps [strawberry-graphql[fastapi]](https://github.com/strawberry-graphql/strawberry) from 0.168.1 to 0.192.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.168.1...0.192.0) --- updated-dependencies: - dependency-name: strawberry-graphql[fastapi] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 028d542..901742f 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ graphene == 3.2.2 sqlalchemy == 2.0.7 uvicorn == 0.21.1 faker == 18.3.2 -strawberry-graphql[fastapi] == 0.168.1 +strawberry-graphql[fastapi] == 0.192.0 python-jose[cryptography] == 3.3.0 passlib[bcrypt] == 1.7.4 python-multipart == 0.0.6