From 13b4a3c5e7b52938d3554b9f03b6567b42f3bd0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:38:06 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.9 in /mysite Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.9) --- 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..5b033dc 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.9 djangorestframework==3.11.0 idna==2.10 oauthlib==3.1.0