From f3d9986c010d78541bfa7c67f9b8ef5db7c26d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:22:54 +0000 Subject: [PATCH] Bump djangorestframework in /google-cloud-run/my_django_app Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 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.2...3.11.2) Signed-off-by: dependabot[bot] --- google-cloud-run/my_django_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-run/my_django_app/requirements.txt b/google-cloud-run/my_django_app/requirements.txt index 1d167b6..d772d93 100644 --- a/google-cloud-run/my_django_app/requirements.txt +++ b/google-cloud-run/my_django_app/requirements.txt @@ -1,2 +1,2 @@ django==2.2.13 -djangorestframework==3.9.2 \ No newline at end of file +djangorestframework==3.11.2 \ No newline at end of file