From 277e1a24e0358665986b9ac11d86cbb2119a0e41 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 20:46:43 +0000 Subject: [PATCH] Update dependency djangorestframework to v3.13.1 --- api/poetry.lock | 9 +++++---- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 008f23635..8a007881f 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index c38788b43..67ffa5a23 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"