diff --git a/poetry.lock b/poetry.lock index e9bddda..83ba59a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -586,13 +586,13 @@ test = ["coveralls (>=3.3,<4)", "iso8601 (>=1,<2)", "mock (>=4,<5)", "pytest (>= [[package]] name = "graphene-django" -version = "3.1.5" +version = "3.2.0" description = "Graphene Django integration" optional = false python-versions = "*" files = [ - {file = "graphene-django-3.1.5.tar.gz", hash = "sha256:abe42f820b9731d94bebff6d73088d0dc2ffb8c8863a6d7bf3d378412d866a3b"}, - {file = "graphene_django-3.1.5-py2.py3-none-any.whl", hash = "sha256:2e42742fae21fa50e514f3acae26a9bc6cb5e51c179a97b3db5390ff258ca816"}, + {file = "graphene-django-3.2.0.tar.gz", hash = "sha256:9aca4a862f12912c2e611624bdbcf6b0f9bc7a41d240110a41bf95575a7bacab"}, + {file = "graphene_django-3.2.0-py2.py3-none-any.whl", hash = "sha256:b553ecdc1cd7fd5b2d71de1a729c03ae117321763a90ed48a7fb4fdbf7f0d43f"}, ] [package.dependencies] @@ -604,7 +604,7 @@ promise = ">=2.1" text-unidecode = "*" [package.extras] -dev = ["black (==23.7.0)", "coveralls", "django-filter (>=22.1)", "djangorestframework (>=3.6.3)", "mock", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-django (>=4.5.2)", "pytest-random-order", "pytz", "ruff (==0.0.283)"] +dev = ["coveralls", "django-filter (>=22.1)", "djangorestframework (>=3.6.3)", "mock", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-django (>=4.5.2)", "pytest-random-order", "pytz", "ruff (==0.1.2)"] rest-framework = ["djangorestframework (>=3.6.3)"] test = ["coveralls", "django-filter (>=22.1)", "djangorestframework (>=3.6.3)", "mock", "pytest (>=7.3.1)", "pytest-cov", "pytest-django (>=4.5.2)", "pytest-random-order", "pytz"] @@ -1528,4 +1528,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6b99c7b01e77a26d8f62d1de6e29d039ff16b203afd809d5ccc4da3a5aa14d2b" +content-hash = "9f75064bf4f08490aab63874d6e60d7c222fb3b04dbefa90875e33b1856669ad" diff --git a/pyproject.toml b/pyproject.toml index 5158aeb..bdb3b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "2.31.0" marshmallow = "3.20.1" python-decouple = "3.8" django-filter = "23.5" -graphene-django = "3.1.5" +graphene-django = "3.2.0" graphene-django-extras = { git = "https://github.com/wax911/graphene-django-extras.git", tag = "0.1.0" } django-cors-headers = "4.3.1" graphene = "3.3"