diff --git a/poetry.lock b/poetry.lock index bab55786..518c0805 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1105,17 +1105,17 @@ sqlparse = ">=0.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-guardian" @@ -4313,4 +4313,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "0ce98116c9668c8216b8f3f7f181b3cbcf77bb26de50a9b8dcd22931d2ea4c6b" +content-hash = "529ff1ecec1ebb1c7891e241581bcd0e642888860cacc7ca29eb31ec7d75565f" diff --git a/pyproject.toml b/pyproject.toml index e9b7197d..daa1c841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-anymail = {extras = ["mailgun"], version = "^10.0"} django-bitfield = "^2.2.0" django-cache-memoize = "^0.2.0" django-cors-headers = "^4.3.1" -django-filter = "^23.0" +django-filter = "^24.3" django-guardian = "^2.4.0" django-hijack = "^3.4.1" django-imagekit = "^5.0.0"