From 4b4f9cc32792637285c8e768750d9156c228a0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:39:47 +0000 Subject: [PATCH] Bump django in /UW_Python230_Internet_Programming_In_Python/PY230-django Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...2.2.20) 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 fd2cce9..a5cb12d 100644 --- a/UW_Python230_Internet_Programming_In_Python/PY230-django/requirements.txt +++ b/UW_Python230_Internet_Programming_In_Python/PY230-django/requirements.txt @@ -1,7 +1,7 @@ click==6.7 colorama==0.4.3 dj-database-url==0.5.0 -Django==2.2.10 +Django==2.2.20 django-heroku==0.3.1 djangorestframework==3.11.0 gunicorn==20.0.4