From 1d85ccd543f917bd21ce106e0e00dee8082a1090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:46:34 +0000 Subject: [PATCH] Build(deps): Bump django from 3.2.4 to 3.2.5 Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.4...3.2.5) --- 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 d7c5a01ee4..68eb6797e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Django framework -Django==3.2.4 # Django package +Django==3.2.5 # Django package gunicorn>=20.1.0 # Gunicorn web server pillow==8.3.2 # Image manipulation