From 97c0e14f143e99016b53f61b3ceb27dc9ed5a441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 04:21:34 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.9.4 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.4 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.4...3.11.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c4125273..7e81f4b66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-discover-runner==1.0 django-redis==4.10.0 django-cachalot==2.3.5 django-tastypie==0.14.3 -djangorestframework==3.9.4 +djangorestframework==3.11.2 drf-ujson==1.2.0 gunicorn==20.1.0 mimeparse==0.1.3