From 2f11265bce049af1b2ccc5f3d3d7662a03b8e313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:50:11 +0000 Subject: [PATCH] Bump django from 3.2.10 to 3.2.17 Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.10...3.2.17) --- 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..5ab3b70 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.17 django-pipeline==2.0.7 gunicorn[gevent]==20.1.0 Markdown==3.3.6