From 9a32e64ad3fc5f5993a6bf6fbbe2bf3a9bc99a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:48:06 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.12 in /mysite Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mysite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/requirements.txt b/mysite/requirements.txt index b60b88f..5c3df1f 100644 --- a/mysite/requirements.txt +++ b/mysite/requirements.txt @@ -4,7 +4,7 @@ cffi==1.14.0 chardet==3.0.4 cryptography==2.9.2 defusedxml==0.7.0rc1 -Django==3.0.8 +Django==3.1.12 djangorestframework==3.11.0 idna==2.10 oauthlib==3.1.0