From 3c6d31c8a15e10143760b7168ea495ba448cbd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 02:25:07 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 05dbe37..ae0444a --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ django-filter==2.0.0 django-storages==1.5.1 django-toolbelt==0.0.1 django-unixtimestampfield==0.3.9 -djangorestframework==3.7.7 +djangorestframework==3.11.2 ipython==5.1.0 jsonfield==1.0.3 psycopg2==2.7.5