diff options
author | 2023-03-27 22:13:17 +0000 | |
---|---|---|
committer | 2023-03-27 22:13:17 +0000 | |
commit | 333053f04d9b509a7bacad96a5492ddf268d6865 (patch) | |
tree | e814e79a6a2936660abffac5156abd1aba7c1ef6 | |
parent | Merge pull request #921 from python-discord/dependabot/pip/taskipy-1.10.4 (diff) |
Bump django-filter from 22.1 to 23.1
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.1.
- [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/22.1...23.1)
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 3a52f1b3..f462d130 100644 --- a/poetry.lock +++ b/poetry.lock @@ -466,14 +466,14 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "django-filter" -version = "22.1" +version = "23.1" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "django-filter-22.1.tar.gz", hash = "sha256:ed473b76e84f7e83b2511bb2050c3efb36d135207d0128dfe3ae4b36e3594ba5"}, - {file = "django_filter-22.1-py3-none-any.whl", hash = "sha256:ed429e34760127e3520a67f415bec4c905d4649fbe45d0d6da37e6ff5e0287eb"}, + {file = "django-filter-23.1.tar.gz", hash = "sha256:dee5dcf2cea4d7f767e271b6d01f767fce7500676d5e5dc58dac8154000b87df"}, + {file = "django_filter-23.1-py3-none-any.whl", hash = "sha256:e3c52ad83c32fb5882125105efb5fea2a1d6a85e7dc64b04ef52edbf14451b6c"}, ] [package.dependencies] @@ -1525,4 +1525,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "7b19a32f2ee40db2b497806477ed7ef07c44e22a665b3aebdc509f81825ca60e" +content-hash = "c1a9e919091e567089319e72b3f8e8d8362bdd12985da3941f0fa9697a492920" diff --git a/pyproject.toml b/pyproject.toml index bf0f5e79..9c051d6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.10.*" django = "4.1.7" django-distill = "3.0.2" django-environ = "0.10.0" -django-filter = "22.1" +django-filter = "23.1" django-prometheus = "2.2.0" django-simple-bulma = "2.5.0" djangorestframework = "3.14.0" |