From 9463d6f185a2bd1c04afb8178feebc8e4e074052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:11:11 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [rich](https://github.com/Textualize/rich) and [redis](https://github.com/redis/redis-py). Updates `rich` from 13.8.1 to 13.9.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.8.1...v13.9.1) Updates `redis` from 5.0.8 to 5.1.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/v5.0.8...v5.1.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- manager/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index bd3c0b1..d665e2c 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -1,12 +1,12 @@ Django==5.1.1 daphne==4.1.2 django-cors-headers==4.4.0 -rich==13.8.1 +rich==13.9.1 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 django-rest-swagger==2.2.0 drf-yasg==1.21.7 -redis==5.0.8 +redis==5.1.0 django-redis==5.4.0 channels==4.1.0 schedule==1.2.2