From d2c0832f32d0b2b1ddba5e152f521947f1939fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:42:05 +0000 Subject: [PATCH] chore(deps): bump django from 3.2.23 to 3.2.25 in /requirements Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.23...3.2.25) --- 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..23b2638 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.25 gunicorn==20.1.* djangorestframework-simplejwt djangorestframework-jwt diff --git a/requirements/run-requirements.txt b/requirements/run-requirements.txt index cd46b1d..aace246 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.25 gunicorn==20.1.* uvicorn daphne