From 57c369459c102ce608b9e81e9c2fb80ec4c32372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 20:07:07 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.13 in /linx/linx Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.13) --- 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..dd7d6a6 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.13 pycparser==2.19 pytz==2019.3 six==1.14.0