Skip to content
Snippets Groups Projects
Verified Commit 0c6aac8c authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Poetry dependency: django-filter

parent af34ce9a
No related branches found
No related tags found
No related merge requests found
...@@ -378,17 +378,17 @@ Django = ">=3.2" ...@@ -378,17 +378,17 @@ Django = ">=3.2"
[[package]] [[package]]
name = "django-filter" name = "django-filter"
version = "23.5" version = "24.2"
description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "django-filter-23.5.tar.gz", hash = "sha256:67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c"}, {file = "django-filter-24.2.tar.gz", hash = "sha256:48e5fc1da3ccd6ca0d5f9bb550973518ce977a4edde9d2a8a154a7f4f0b9f96e"},
{file = "django_filter-23.5-py3-none-any.whl", hash = "sha256:99122a201d83860aef4fe77758b69dda913e874cc5e0eaa50a86b0b18d708400"}, {file = "django_filter-24.2-py3-none-any.whl", hash = "sha256:df2ee9857e18d38bed203c8745f62a803fa0f31688c9fe6f8e868120b1848e48"},
] ]
[package.dependencies] [package.dependencies]
Django = ">=3.2" Django = ">=4.2"
[[package]] [[package]]
name = "django-json-widget" name = "django-json-widget"
...@@ -1665,4 +1665,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] ...@@ -1665,4 +1665,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "e92284084d976e62cd8b2760be953c54b10a6cc94af62cc631218ddd916753a1" content-hash = "31d4a35c2c30f06136f8cccdd8e425fcaec59b9eefdeec45fc46a848b375bb0f"
...@@ -19,7 +19,7 @@ Django = "^4.2.2" ...@@ -19,7 +19,7 @@ Django = "^4.2.2"
django-auth-ldap = "^4.1.0" django-auth-ldap = "^4.1.0"
django-cors-headers = "^4.0.0" django-cors-headers = "^4.0.0"
django-extensions = "^3.2.1" django-extensions = "^3.2.1"
django-filter = "^23.2" django-filter = "^24.2"
django-json-widget = "^2.0.1" django-json-widget = "^2.0.1"
django-oidc-provider = "^0.8.0" django-oidc-provider = "^0.8.0"
djangorestframework = "^3.14.0" djangorestframework = "^3.14.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment