Skip to content

Commit a9035eb

Browse files
chore(deps): update strawberry-graphql-django requirement
Updates the requirements on [strawberry-graphql-django](https://github.com/strawberry-graphql/strawberry-django) to permit the latest version. - [Release notes](https://github.com/strawberry-graphql/strawberry-django/releases) - [Changelog](https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md) - [Commits](strawberry-graphql/strawberry-django@v0.70.1...0.73.1) --- updated-dependencies: - dependency-name: strawberry-graphql-django dependency-version: 0.73.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 927ad71 commit a9035eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"gunicorn~=22.0.0",
2323
"psycopg2-binary",
2424
"sentry-sdk",
25-
"strawberry-graphql-django~=0.70.1",
25+
"strawberry-graphql-django~=0.73.1",
2626
"django-choices-field", # Required by strawberry-graphql-django
2727
"django-health-check",
2828
"pillow", # Required by django ImageField

0 commit comments

Comments
 (0)