From f70cb285e4fdcf61612956b40163015ab9acd80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:51:26 +0000 Subject: [PATCH] Bump django from 3.1.1 to 3.1.14 Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.1...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4b992b..9d30476 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.python.org/simple asgiref==3.2.10; python_version >= '3.5' dj-database-url==0.5.0 -django==3.1.1 +django==3.1.14 gunicorn==20.0.4 psycopg2-binary==2.8.6 pytz==2020.1