From fcdf36d20bce4cb06a6860c3b3ed5445f73e0798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:51:15 +0000 Subject: [PATCH] build(deps): bump django from 3.2.23 to 4.2.16 in /requirements Bumps [django](https://github.com/django/django) from 3.2.23 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.23...4.2.16) --- 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..c65d8aa 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,6 +1,6 @@ channels channels-redis -django==3.2.23 +django==4.2.16 gunicorn==20.1.* djangorestframework-simplejwt djangorestframework-jwt diff --git a/requirements/run-requirements.txt b/requirements/run-requirements.txt index 7b312fa..887c3fd 100644 --- a/requirements/run-requirements.txt +++ b/requirements/run-requirements.txt @@ -1,6 +1,6 @@ channels channels-redis -django==3.2.23 +django==4.2.16 gunicorn==20.1.* uvicorn daphne