diff --git a/poetry.lock b/poetry.lock index d8609c9d0..b55a98b81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -402,17 +402,17 @@ django = ">=1.8" [[package]] name = "django-filter" -version = "23.5" +version = "24.2" 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.2.tar.gz", hash = "sha256:48e5fc1da3ccd6ca0d5f9bb550973518ce977a4edde9d2a8a154a7f4f0b9f96e"}, + {file = "django_filter-24.2-py3-none-any.whl", hash = "sha256:df2ee9857e18d38bed203c8745f62a803fa0f31688c9fe6f8e868120b1848e48"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [[package]] name = "django-model-utils" @@ -1543,4 +1543,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e30be32fde9287be8ef076a291cc22e7ce75458c40a7cf882a4024dd1d9c4e6a" +content-hash = "106c27ee94955ee4e6507f82a24cd450e3fb7b16d3cfc30a3b450ef644f04e66" diff --git a/pyproject.toml b/pyproject.toml index ae6c75a8d..4e859e324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ exclude = ["manage.py", "__pycache__"] python = "^3.11" Django = ">=4.1,<6.0" djangorestframework = "^3.14.0" -django-filter = "^23.5" +django-filter = ">=23.5,<25.0" django-autocomplete-light = ">=3.9.4,<3.12.0" django-crum = "^0.7.9" django-crispy-forms = "^2"