diff --git a/poetry.lock b/poetry.lock index 6337eef987..f6356fd96d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1088,17 +1088,17 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "23.5" +version = "24.3" 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.3-py3-none-any.whl", hash = "sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64"}, + {file = "django_filter-24.3.tar.gz", hash = "sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [[package]] name = "django-hcaptcha" @@ -5691,4 +5691,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.13, <3.14" -content-hash = "4de84144bc4401866f7a7efb59c2fe9bf89c57fa0e177cf12ec70584ac2951e5" +content-hash = "f3f18f766dff485b3ee4a1c91cf1ae2bdf79c1e651a8eabf1b2c23155842bf3d" diff --git a/pyproject.toml b/pyproject.toml index 8d31be1cbf..75c1edf4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ django-cache-memoize = "==0.*" django-cors-headers = "^4.6.0" django-csp = "^3.8" django-extensions = "^3.2.3" -django-filter = "^23.5" +django-filter = "^24.3" django-localflavor = "^4.0" django-markdown-deux = "^1.0.6" django-mathfilters = "*"