diff options
author | 2023-11-21 05:38:05 +0000 | |
---|---|---|
committer | 2023-11-21 05:38:05 +0000 | |
commit | e6c06441fe03de2e054658b5534113789bb9f7e1 (patch) | |
tree | a00b7a6fffc46eca3e652d462150ec1638951505 /poetry.lock | |
parent | Merge pull request #1146 from python-discord/dependabot/pip/psycopg-3.1.13 (diff) |
Bump django-filter from 23.3 to 23.4
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.3 to 23.4.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/23.3...23.4)
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index ed40f762..415ff461 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,13 +404,13 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "django-filter" -version = "23.3" +version = "23.4" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false python-versions = ">=3.7" files = [ - {file = "django-filter-23.3.tar.gz", hash = "sha256:015fe155582e1805b40629344e4a6cf3cc40450827d294d040b4b8c1749a9fa6"}, - {file = "django_filter-23.3-py3-none-any.whl", hash = "sha256:65bc5d1d8f4fff3aaf74cb5da537b6620e9214fb4b3180f6c560776b1b6dccd0"}, + {file = "django-filter-23.4.tar.gz", hash = "sha256:bed070b38359dce7d2dbe057b165d59773057986356cb809ded983b36c77a976"}, + {file = "django_filter-23.4-py3-none-any.whl", hash = "sha256:526954f18bd7d6423f232a9a7974f58fbc6863908b9fc160de075e01adcc2a5f"}, ] [package.dependencies] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "6239db4a1827f62e058659df4aa1d94eff8097f5441d2d84a50ab00142c6b54b" +content-hash = "a785ebe9341a55a6d7d19b766556ecbd1995c124a5aa55b591978fdf9047cdd8" |