mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 01:16:33 +03:00
Merge pull request #131 from Alexander-D-Karpov/dependabot/pip/django-filter-23.2
Bump django-filter from 23.1 to 23.2
This commit is contained in:
commit
530572cfad
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -1521,14 +1521,14 @@ jsonfield = ">=3.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "django-filter"
|
||||
version = "23.1"
|
||||
version = "23.2"
|
||||
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-23.1.tar.gz", hash = "sha256:dee5dcf2cea4d7f767e271b6d01f767fce7500676d5e5dc58dac8154000b87df"},
|
||||
{file = "django_filter-23.1-py3-none-any.whl", hash = "sha256:e3c52ad83c32fb5882125105efb5fea2a1d6a85e7dc64b04ef52edbf14451b6c"},
|
||||
{file = "django-filter-23.2.tar.gz", hash = "sha256:2fe15f78108475eda525692813205fa6f9e8c1caf1ae65daa5862d403c6dbf00"},
|
||||
{file = "django_filter-23.2-py3-none-any.whl", hash = "sha256:d12d8e0fc6d3eb26641e553e5d53b191eb8cec611427d4bdce0becb1f7c172b5"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -5698,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "6fa7701ea9ffe38342c2ce27ea31ee77275a70dfb4bc69d206f29800569fdfcd"
|
||||
content-hash = "29cd9d497bb7ecfbcbcebd835ee5bc40873b93c7a581225bdd8ee2bdb9837fdd"
|
||||
|
|
|
@ -89,7 +89,7 @@ textract = "^1.6.5"
|
|||
spotipy = "2.16.1"
|
||||
django-robots = "^5.0"
|
||||
django-tables2 = "^2.5.3"
|
||||
django-filter = "^23.1"
|
||||
django-filter = "^23.2"
|
||||
tablib = "^3.4.0"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user