From 8ed985a53604bf80b5cfe6fe8e7f92a8dd131db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:58:36 +0000 Subject: [PATCH] Bump django from 3.0.12 to 3.1.13 in /MyBlog Bumps [django](https://github.com/django/django) from 3.0.12 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.12...3.1.13) --- 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 8a44492..765e554 100644 --- a/MyBlog/requirements.txt +++ b/MyBlog/requirements.txt @@ -1 +1 @@ -django==3.0.12 \ No newline at end of file +django==3.1.13 \ No newline at end of file