From 4b1f0b7cfc3b9c0f8671e5c67eb7413e1f2a7395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:48:32 +0000 Subject: [PATCH] Bump django from 3.0.4 to 3.1.13 in /dj/djproj Bumps [django](https://github.com/django/django) from 3.0.4 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.4...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dj/djproj/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dj/djproj/requirements.txt b/dj/djproj/requirements.txt index 0b08bd1..1db88b3 100644 --- a/dj/djproj/requirements.txt +++ b/dj/djproj/requirements.txt @@ -1,2 +1,2 @@ -Django==3.0.4 +Django==3.1.13 gunicorn \ No newline at end of file