diff --git a/poetry.lock b/poetry.lock index 7da2255..d2ff222 100644 --- a/poetry.lock +++ b/poetry.lock @@ -425,13 +425,13 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "23.4" +version = "23.5" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false python-versions = ">=3.7" files = [ - {file = "django-filter-23.4.tar.gz", hash = "sha256:bed070b38359dce7d2dbe057b165d59773057986356cb809ded983b36c77a976"}, - {file = "django_filter-23.4-py3-none-any.whl", hash = "sha256:526954f18bd7d6423f232a9a7974f58fbc6863908b9fc160de075e01adcc2a5f"}, + {file = "django-filter-23.5.tar.gz", hash = "sha256:67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c"}, + {file = "django_filter-23.5-py3-none-any.whl", hash = "sha256:99122a201d83860aef4fe77758b69dda913e874cc5e0eaa50a86b0b18d708400"}, ] [package.dependencies] @@ -1528,4 +1528,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3db9e6005be0e60198128c0c7b45798e352ddf6114f4971d50167843b7579fc0" +content-hash = "f644a108e7d7927512d517e46564b24b4b3ad2a9e0f14f4e2c70a7d2b93f5677" diff --git a/pyproject.toml b/pyproject.toml index 5c65a66..84a5695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ uplink = "0.9.7" requests = "2.31.0" marshmallow = "3.20.1" python-decouple = "3.8" -django-filter = "23.4" +django-filter = "23.5" graphene-django = "3.1.5" graphene-django-extras = { git = "https://github.com/wax911/graphene-django-extras.git", tag = "0.1.0" } django-cors-headers = "4.3.1"