Skip to content

Commit

Permalink
Bump the dev-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
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](django/django@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](adamchainz/django-cors-headers@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](Textualize/rich@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](axnsan12/drf-yasg@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](redis/redis-py@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 352d6ea commit 8171589
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8171589

Please sign in to comment.