From 1770c09f8207b8ca5c8787075c873d4ecd77db3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 20:51:03 +0000 Subject: [PATCH] Bump django from 3.2.10 to 3.2.13 Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.10...3.2.13) --- 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 49b4c90..b1e4e24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests==2.26.0 typing==3.7.4.3 dj-database-url==0.5.0 whitenoise==5.3.0 -Django==3.2.10 +Django==3.2.13 django-pipeline==2.0.7 gunicorn[gevent]==20.1.0 Markdown==3.3.6