From 1dfd8c2655951832488ed12adfa061bcce9e30e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:57:44 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.20 in /myblog Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.20) Signed-off-by: dependabot[bot] --- myblog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myblog/requirements.txt b/myblog/requirements.txt index 1a66685..0637828 100644 --- a/myblog/requirements.txt +++ b/myblog/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.13 +Django==2.2.20 pymysql==0.10.0 django-crispy-forms==1.9.2 django-import-export==2.3.0