diff --git a/poetry.lock b/poetry.lock index b08c12c..356013a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -1384,13 +1384,13 @@ starlite = ["starlite (>=1.48.0)"] [[package]] name = "strawberry-graphql-django" -version = "0.35.1" +version = "0.37.0" description = "Strawberry GraphQL Django extension" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql_django-0.35.1-py3-none-any.whl", hash = "sha256:09da5d62c33eacb0e25cd7f5ab179904fd44fb792cb80815a6c99344ffc39bb9"}, - {file = "strawberry_graphql_django-0.35.1.tar.gz", hash = "sha256:f4c28b8a9b89a74b1a78f88898f3140d758ac2b6ef93d7e2e97e5f4480eea7ef"}, + {file = "strawberry_graphql_django-0.37.0-py3-none-any.whl", hash = "sha256:ff30fcb48ff0148e57c36c9e1aa8103ad3d2bd46a72b129ca16b527b0b55c0d1"}, + {file = "strawberry_graphql_django-0.37.0.tar.gz", hash = "sha256:c9d33c2212b23c8ff40a9e8d92225e651736dd83746f8826b07d8a1dead5e167"}, ] [package.dependencies] @@ -1513,4 +1513,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9aed97e89110012f2aa36a0e864d72f622fe2ae716f38b997973ca147768ac7f" +content-hash = "791a4e101578695447c1f4a69cd0a606874381a1f4e75510bd26fb1edb754dc5" diff --git a/pyproject.toml b/pyproject.toml index 49876df..cfaf276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytz = "*" colorlog = "*" requests = "*" strawberry-graphql = "^0.220.0" -strawberry-graphql-django = "0.35.1" +strawberry-graphql-django = "0.37.0" sentry-sdk = "*" djangorestframework = "*"