From 02d29cce014338f2611b76aa6a9230872fc3fd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 10:50:42 +0000 Subject: [PATCH] Bump djangorestframework Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.2) Signed-off-by: dependabot[bot] --- .../PY230-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UW_Python230_Internet_Programming_In_Python/PY230-django/requirements.txt b/UW_Python230_Internet_Programming_In_Python/PY230-django/requirements.txt index 58f14a6..fc44b73 100644 --- a/UW_Python230_Internet_Programming_In_Python/PY230-django/requirements.txt +++ b/UW_Python230_Internet_Programming_In_Python/PY230-django/requirements.txt @@ -3,7 +3,7 @@ colorama==0.4.3 dj-database-url==0.5.0 Django==2.2.10 django-heroku==0.3.1 -djangorestframework==3.11.0 +djangorestframework==3.11.2 gunicorn==20.0.4 postgres==3.0.0 psycopg2==2.8.4