From 4dacccafb027d04c854a357b48f3ae5c4c61ec82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:29:49 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.28 in /myblog Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..28c10ba 100644 --- a/myblog/requirements.txt +++ b/myblog/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.13 +Django==2.2.28 pymysql==0.10.0 django-crispy-forms==1.9.2 django-import-export==2.3.0