diff options
author | 2024-03-14 21:00:04 +0100 | |
---|---|---|
committer | 2024-03-14 21:00:04 +0100 | |
commit | 576494a30500144acdf377021f20bd0d542448af (patch) | |
tree | 0c02fc90032d592a0d4832b777b040d1398ff26d /poetry.lock | |
parent | Bump pymdown-extensions from 10.7 to 10.7.1 (diff) | |
parent | Bump django-filter from 23.5 to 24.1 (diff) |
Merge pull request #1253 from python-discord/dependabot/pip/django-filter-24.1
Bump django-filter from 23.5 to 24.1
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index cd5fea2a..1f10feed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -413,17 +413,17 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "django-filter" -version = "23.5" +version = "24.1" 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.1.tar.gz", hash = "sha256:65cb43ce272077e5ac6aae1054d76c121cd6b552e296a82a13921e9371baf8c1"}, + {file = "django_filter-24.1-py3-none-any.whl", hash = "sha256:335bcae6cbd3e984b024841070f567b22faea57594f27d37c52f8f131f8d8621"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [[package]] name = "django-prometheus" @@ -1216,4 +1216,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "121ab7be253cbe52bb13aefdb08c86d4f06adc5d3cc694a583e1bcf19dd7a17e" +content-hash = "403d01bb9a0f4aa5d3a84412e2f9a3aeaef88b40e6f922239760ff01efbb5059" |