From b5523e8adaa075901247c535584dc553bee4ac6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:11:21 +0000 Subject: [PATCH] Bump djangorestframework from 2.3.9 to 3.11.2 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 2.3.9 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/2.3.9...3.11.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 06a8c1103..64394754d 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -16,7 +16,7 @@ django-multidb-router==0.5 django-nose==1.1 django-paranoia==0.1.9.1 django-statsd-mozilla==0.3.9 -djangorestframework==2.3.9 +djangorestframework==3.11.2 funfactory==2.2.0 GitPython==0.1.7 gunicorn==0.17.4