Update dependency djangorestframework to v3.13.1

environments/review-front-reno-8m7nsm/deployments/9962
Renovate Bot 2022-02-01 20:46:43 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 11b0f1f86a
commit 277e1a24e0
2 zmienionych plików z 6 dodań i 5 usunięć

9
api/poetry.lock wygenerowano
Wyświetl plik

@ -756,14 +756,15 @@ python-magic = ">=0.4.15,<1.0.0"
[[package]]
name = "djangorestframework"
version = "3.12.4"
version = "3.13.1"
description = "Web APIs for Django, made easy."
category = "main"
optional = false
python-versions = ">=3.5"
python-versions = ">=3.6"
[package.dependencies]
django = ">=2.2"
pytz = "*"
[[package]]
name = "drf-spectacular"
@ -2497,8 +2498,8 @@ django-versatileimagefield = [
{file = "django_versatileimagefield-2.2-py2.py3-none-any.whl", hash = "sha256:03766f4d2332f192978879fdb196e18c53e6ccef6c55c5c26b59747b76a97288"},
]
djangorestframework = [
{file = "djangorestframework-3.12.4-py3-none-any.whl", hash = "sha256:6d1d59f623a5ad0509fe0d6bfe93cbdfe17b8116ebc8eda86d45f6e16e819aaf"},
{file = "djangorestframework-3.12.4.tar.gz", hash = "sha256:f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"},
{file = "djangorestframework-3.13.1-py3-none-any.whl", hash = "sha256:24c4bf58ed7e85d1fe4ba250ab2da926d263cd57d64b03e8dcef0ac683f8b1aa"},
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
]
drf-spectacular = [
{file = "drf-spectacular-0.21.1.tar.gz", hash = "sha256:e61d0273c370a9f14944a5072c312eee5407becdfce80ecbe81ef687ccc9365e"},

Wyświetl plik

@ -20,7 +20,7 @@ kombu = "==5.2.3"
celery = "==5.2.3"
django-cors-headers = "==3.11.0"
musicbrainzngs = "==0.7.1"
djangorestframework = "==3.12.4"
djangorestframework = "==3.13.1"
arrow = "==1.2.2"
persisting-theory = "==0.2.1"
django-versatileimagefield = "==2.2"