From a68297b2d5321aaa437213d5e530b206012874b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:51:55 +0000 Subject: [PATCH] chore(deps): bump django from 3.2.23 to 3.2.24 in /requirements Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.2.23...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- requirements/run-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 4baf6b2..fd39718 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,6 +1,6 @@ channels channels-redis -django==3.2.23 +django==3.2.24 gunicorn==20.1.* djangorestframework-simplejwt djangorestframework-jwt diff --git a/requirements/run-requirements.txt b/requirements/run-requirements.txt index cd46b1d..bd67442 100644 --- a/requirements/run-requirements.txt +++ b/requirements/run-requirements.txt @@ -1,6 +1,6 @@ channels channels-redis -django==3.2.23 +django==3.2.24 gunicorn==20.1.* uvicorn daphne