From 10fd33864916477c6b121c151b1f51252da918b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 16:16:58 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.2 to 3.13.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 to 3.13.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.2...3.13.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78472da..20cd176 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ django-cors-headers==3.10.1 django-cryptography==1.0 django-rest-swagger==2.2.0 django-storages==1.11.1 -djangorestframework==3.9.2 +djangorestframework==3.13.1 et-xmlfile==1.1.0 flake8==4.0.1 idna==3.3