From 995cf6123015c69fd65dc3004f1fa28796c4780c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:26:01 +0000 Subject: [PATCH] Bump django from 3.2.16 to 3.2.17 in /web Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.16...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index e7a624f..eb388a1 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,7 +1,7 @@ amqp==2.6.0 asgiref==3.2.3 celery==5.2.6 -Django==3.2.16 +Django==3.2.17 psycopg2-binary==2.8.4 pytz==2019.3 redis==3.3.11