Update djangorestframework requirement from ~=3.11 to ~=3.12

Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-09-29 05:01:27 +00:00
committed by GitHub
parent 5014ce09fa
commit 4e15dc7b2c

View File

@@ -31,7 +31,7 @@ sphinx
# REST API
django-cors-headers>=3.0
django-filter==2.3.0
djangorestframework~=3.11
djangorestframework~=3.12
# Explicitly set versions as a workaround for CI/Devel.