diff --git a/{{ cookiecutter.name }}/poetry.lock b/{{ cookiecutter.name }}/poetry.lock index a8a4b142..2a44d132 100644 --- a/{{ cookiecutter.name }}/poetry.lock +++ b/{{ cookiecutter.name }}/poetry.lock @@ -692,13 +692,13 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "django-filter" -version = "24.2" +version = "24.3" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false python-versions = ">=3.8" files = [ - {file = "django-filter-24.2.tar.gz", hash = "sha256:48e5fc1da3ccd6ca0d5f9bb550973518ce977a4edde9d2a8a154a7f4f0b9f96e"}, - {file = "django_filter-24.2-py3-none-any.whl", hash = "sha256:df2ee9857e18d38bed203c8745f62a803fa0f31688c9fe6f8e868120b1848e48"}, + {file = "django_filter-24.3-py3-none-any.whl", hash = "sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64"}, + {file = "django_filter-24.3.tar.gz", hash = "sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3"}, ] [package.dependencies] @@ -2676,4 +2676,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "acd805924e87e17a30a48ca9962a5f39b116301d7083970c8fe2b54b7425b081" +content-hash = "6479b8dc97d8de33667de308416468ed7f5dbaf80ff6ba5f74fb8be37c46fa69" diff --git a/{{ cookiecutter.name }}/pyproject.toml b/{{ cookiecutter.name }}/pyproject.toml index 0cd43137..89246cc0 100644 --- a/{{ cookiecutter.name }}/pyproject.toml +++ b/{{ cookiecutter.name }}/pyproject.toml @@ -17,7 +17,7 @@ django = "^4.2.16" django-axes = "^6.5.1" django-behaviors = "^0.5.1" django-environ = "^0.11.2" -django-filter = "^24.2" +django-filter = "^24.3" django-healthchecks = "^1.5.0" django-ipware = "^7.0.1" django-split-settings = "^1.3.2"