diff --git a/poetry.lock b/poetry.lock index ef25dbf..15e8087 100644 --- a/poetry.lock +++ b/poetry.lock @@ -425,13 +425,13 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "23.3" +version = "23.4" 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.3.tar.gz", hash = "sha256:015fe155582e1805b40629344e4a6cf3cc40450827d294d040b4b8c1749a9fa6"}, - {file = "django_filter-23.3-py3-none-any.whl", hash = "sha256:65bc5d1d8f4fff3aaf74cb5da537b6620e9214fb4b3180f6c560776b1b6dccd0"}, + {file = "django-filter-23.4.tar.gz", hash = "sha256:bed070b38359dce7d2dbe057b165d59773057986356cb809ded983b36c77a976"}, + {file = "django_filter-23.4-py3-none-any.whl", hash = "sha256:526954f18bd7d6423f232a9a7974f58fbc6863908b9fc160de075e01adcc2a5f"}, ] [package.dependencies] @@ -1529,4 +1529,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4a9cd9827283eb3e5a128d4173fd1c1c0dc124968dbcc9051f76f31741970aa7" +content-hash = "21d13ccdbeeae6485eaaedd390b6b1bc5a9a784e2fd96abdc6ed7c8b7e0d4549" diff --git a/pyproject.toml b/pyproject.toml index c8168ff..a091d85 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.3" +django-filter = "23.4" 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"