From 33adc9c165b76971f2dcd8c1fbc2667775a49e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:42:29 +0000 Subject: [PATCH] Bump django from 3.1.6 to 3.1.13 in /wurstapp Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.6...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wurstapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wurstapp/requirements.txt b/wurstapp/requirements.txt index 22c1783..5e2e7ca 100644 --- a/wurstapp/requirements.txt +++ b/wurstapp/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple/ asgiref==3.3.1 -django==3.1.6 +django==3.1.13 gevent==1.4.0 greenlet==1.0.0 ; platform_python_implementation == 'CPython' gunicorn==20.0.4