From 81715893acfe4bf2d8c6d6e9db00760d4403a4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:48:32 +0000 Subject: [PATCH] Bump the dev-dependencies group with 5 updates Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.1.1` | `5.1.2` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.4.0` | `4.6.0` | | [rich](https://github.com/Textualize/rich) | `13.9.1` | `13.9.3` | | [drf-yasg](https://github.com/axnsan12/drf-yasg) | `1.21.7` | `1.21.8` | | [redis](https://github.com/redis/redis-py) | `5.1.0` | `5.2.0` | Updates `django` from 5.1.1 to 5.1.2 - [Commits](https://github.com/django/django/compare/5.1.1...5.1.2) Updates `django-cors-headers` from 4.4.0 to 4.6.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.6.0) Updates `rich` from 13.9.1 to 13.9.3 - [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.9.1...v13.9.3) Updates `drf-yasg` from 1.21.7 to 1.21.8 - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](https://github.com/axnsan12/drf-yasg/compare/1.21.7...1.21.8) Updates `redis` from 5.1.0 to 5.2.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.1.0...v5.2.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: drf-yasg dependency-type: direct:production update-type: version-update:semver-patch 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index d665e2c..4b69314 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -1,12 +1,12 @@ -Django==5.1.1 +Django==5.1.2 daphne==4.1.2 -django-cors-headers==4.4.0 -rich==13.9.1 +django-cors-headers==4.6.0 +rich==13.9.3 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 django-rest-swagger==2.2.0 -drf-yasg==1.21.7 -redis==5.1.0 +drf-yasg==1.21.8 +redis==5.2.0 django-redis==5.4.0 channels==4.1.0 schedule==1.2.2