From 8de52982c31977a5ecafc70fc1876676b9acfeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:26:17 +0000 Subject: [PATCH] Bump django from 3.2.16 to 3.2.18 in /web Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.16...3.2.18) --- 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..13525a3 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.18 psycopg2-binary==2.8.4 pytz==2019.3 redis==3.3.11