diff --git a/poetry.lock b/poetry.lock index 9b031f5f..fdd0e85c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -778,13 +778,13 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "24.3" +version = "25.1" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "django_filter-24.3-py3-none-any.whl", hash = "sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64"}, - {file = "django_filter-24.3.tar.gz", hash = "sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3"}, + {file = "django_filter-25.1-py3-none-any.whl", hash = "sha256:4fa48677cf5857b9b1347fed23e355ea792464e0fe07244d1fdfb8a806215b80"}, + {file = "django_filter-25.1.tar.gz", hash = "sha256:1ec9eef48fa8da1c0ac9b411744b16c3f4c31176c867886e4c48da369c407153"}, ] [package.dependencies] @@ -3255,4 +3255,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4.0" -content-hash = "a13f217bcfa15607ffad180e2f812c285c41c2862093f293373cc96f2079e5a1" +content-hash = "25d3b708b28f5e6a45c8d3b0bfadd51505d78c881b0afcca4b098173f9a9293c" diff --git a/pyproject.toml b/pyproject.toml index acd96a05..d13f008c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ boto3 = "^1.34.157" clamdpy = "^0.1.0.post1" django = "~4.2.15" django-environ = ">=0.9.0,<0.13.0" -django-filter = ">=22.1,<25.0" +django-filter = ">=22.1,<26.0" django-generic-api-permissions = "^0.4.7" # beta version for better dependency version ranges https://github.com/SectorLabs/django-localized-fields/issues/95 django-localized-fields = "^6.8b5"