diff --git a/api/poetry.lock b/api/poetry.lock index a2bddd19..6e8952a3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -417,17 +417,17 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "23.5" +version = "24.1" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-filter-23.5.tar.gz", hash = "sha256:67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c"}, - {file = "django_filter-23.5-py3-none-any.whl", hash = "sha256:99122a201d83860aef4fe77758b69dda913e874cc5e0eaa50a86b0b18d708400"}, + {file = "django-filter-24.1.tar.gz", hash = "sha256:65cb43ce272077e5ac6aae1054d76c121cd6b552e296a82a13921e9371baf8c1"}, + {file = "django_filter-24.1-py3-none-any.whl", hash = "sha256:335bcae6cbd3e984b024841070f567b22faea57594f27d37c52f8f131f8d8621"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [[package]] name = "djangorestframework" @@ -1382,4 +1382,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d58f5d108cefd2ac231c2df1456180f7530c272d12c0fdce0ee735c0ecf72909" +content-hash = "97f0679b1eb6a6d05a547a71245512dc21d6f0cb0b8ed572b1e59d6181ce8cd3" diff --git a/api/pyproject.toml b/api/pyproject.toml index fd83a7fc..67f1840f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -13,7 +13,7 @@ django-environ = "^0.11.2" psycopg2-binary = "^2.9.9" djangorestframework = "^3.14.0" djangorestframework-jsonapi = "^6.1.0" -django-filter = "^23.5" +django-filter = "^24.1" gunicorn = "^21.2.0" semver = "^3.0.0" mozilla-django-oidc = "^4.0.0"