Update dependency djangorestframework to v3.13.1
This commit is contained in:
parent
11b0f1f86a
commit
277e1a24e0
|
@ -756,14 +756,15 @@ python-magic = ">=0.4.15,<1.0.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "djangorestframework"
|
name = "djangorestframework"
|
||||||
version = "3.12.4"
|
version = "3.13.1"
|
||||||
description = "Web APIs for Django, made easy."
|
description = "Web APIs for Django, made easy."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5"
|
python-versions = ">=3.6"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
django = ">=2.2"
|
django = ">=2.2"
|
||||||
|
pytz = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "drf-spectacular"
|
name = "drf-spectacular"
|
||||||
|
@ -2497,8 +2498,8 @@ django-versatileimagefield = [
|
||||||
{file = "django_versatileimagefield-2.2-py2.py3-none-any.whl", hash = "sha256:03766f4d2332f192978879fdb196e18c53e6ccef6c55c5c26b59747b76a97288"},
|
{file = "django_versatileimagefield-2.2-py2.py3-none-any.whl", hash = "sha256:03766f4d2332f192978879fdb196e18c53e6ccef6c55c5c26b59747b76a97288"},
|
||||||
]
|
]
|
||||||
djangorestframework = [
|
djangorestframework = [
|
||||||
{file = "djangorestframework-3.12.4-py3-none-any.whl", hash = "sha256:6d1d59f623a5ad0509fe0d6bfe93cbdfe17b8116ebc8eda86d45f6e16e819aaf"},
|
{file = "djangorestframework-3.13.1-py3-none-any.whl", hash = "sha256:24c4bf58ed7e85d1fe4ba250ab2da926d263cd57d64b03e8dcef0ac683f8b1aa"},
|
||||||
{file = "djangorestframework-3.12.4.tar.gz", hash = "sha256:f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"},
|
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
|
||||||
]
|
]
|
||||||
drf-spectacular = [
|
drf-spectacular = [
|
||||||
{file = "drf-spectacular-0.21.1.tar.gz", hash = "sha256:e61d0273c370a9f14944a5072c312eee5407becdfce80ecbe81ef687ccc9365e"},
|
{file = "drf-spectacular-0.21.1.tar.gz", hash = "sha256:e61d0273c370a9f14944a5072c312eee5407becdfce80ecbe81ef687ccc9365e"},
|
||||||
|
|
|
@ -20,7 +20,7 @@ kombu = "==5.2.3"
|
||||||
celery = "==5.2.3"
|
celery = "==5.2.3"
|
||||||
django-cors-headers = "==3.11.0"
|
django-cors-headers = "==3.11.0"
|
||||||
musicbrainzngs = "==0.7.1"
|
musicbrainzngs = "==0.7.1"
|
||||||
djangorestframework = "==3.12.4"
|
djangorestframework = "==3.13.1"
|
||||||
arrow = "==1.2.2"
|
arrow = "==1.2.2"
|
||||||
persisting-theory = "==0.2.1"
|
persisting-theory = "==0.2.1"
|
||||||
django-versatileimagefield = "==2.2"
|
django-versatileimagefield = "==2.2"
|
||||||
|
|
Loading…
Reference in New Issue