diff --git a/poetry.lock b/poetry.lock index 3efd3172..59cf57e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "ansicon" @@ -1252,13 +1252,13 @@ captcha = ["pillow[captcha] (>=9.5,<11.0)"] [[package]] name = "strawberry-graphql" -version = "0.211.2" +version = "0.214.0" description = "A library for creating GraphQL APIs" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "strawberry_graphql-0.211.2-py3-none-any.whl", hash = "sha256:3c58ee8c43f91f4d2b84b84791612cd816d399d5c3eedd9b9a76cbd5649cf42a"}, - {file = "strawberry_graphql-0.211.2.tar.gz", hash = "sha256:e551b0a2e7b99c99e1fbe006f53a36d258cdd028254d81d6a052e4dd721d0ac6"}, + {file = "strawberry_graphql-0.214.0-py3-none-any.whl", hash = "sha256:d4ef92c8a62f3d387b3cee6da5c76ab6f68b50385ea97db65acb0724e1222e6d"}, + {file = "strawberry_graphql-0.214.0.tar.gz", hash = "sha256:0a61effe83099c1ff542ed258fdd230c1fab27860fc857f6b59705d13950b70d"}, ] [package.dependencies] @@ -1435,4 +1435,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.6" -content-hash = "39e9aace8026e2cc762aa0bc1978bde595523a5b8a37458d29a26d6fb9a84c35" +content-hash = "e46af9e6100bb65608089f8e6bb0caacd42624ab65cc01cd5441896fbca43e38" diff --git a/pyproject.toml b/pyproject.toml index 8feabe8a..929a5997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ gunicorn = "^21.2.0" Pillow = "^10.0.1" psycopg2 = "^2.9.9" strawberry-django-auth = "^0.376.2" -strawberry-graphql = "^0.211.1" +strawberry-graphql = "^0.214.0" strawberry-graphql-django = "^0.19.0" whitenoise = "^6.6.0" cloudinary = "^1.36.0"