From 9a6a489f2731607535fd46b73cbf25df5ddcf19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:43:44 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Updates the requirements on [redis](https://github.com/redis/redis-py) and [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) to permit the latest version. Updates `redis` to 7.4.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.0...v7.4.0) Updates `django-debug-toolbar` to 6.3.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/django-commons/django-debug-toolbar/compare/2.2...6.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: django-debug-toolbar dependency-version: 6.3.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 29e6dd8..e791f0b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # development pytest==9.0.3 -django-debug-toolbar>=2.2,<6.3 +django-debug-toolbar>=2.2,<6.4 psycopg2-binary>=2.8,<2.10 # linters diff --git a/requirements.txt b/requirements.txt index fc49e9f..d244caa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Whoosh>=2.7,<2.8 django-environ>=0.4,<0.14 django-redis>=4.12,<6.1 pysolr>=3.9,<3.12 -redis>=3.5,<7.3 +redis>=3.5,<7.5 requests>=2.25,<3 uWSGI>=2.0.19 whitenoise>=6.7.0,<6.13