From 59bc205f4d0f44d9fd332cce99ea729cff9ec6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 01:47:44 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.12 in /linx/linx Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linx/linx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linx/linx/requirements.txt b/linx/linx/requirements.txt index 248e9af..39e7ee6 100644 --- a/linx/linx/requirements.txt +++ b/linx/linx/requirements.txt @@ -1,7 +1,7 @@ argon2-cffi==19.2.0 asgiref==3.2.3 cffi==1.14.0 -Django==3.0.3 +Django==3.1.12 pycparser==2.19 pytz==2019.3 six==1.14.0