Skip to content

Commit

Permalink
Bump redis from 4.6.0 to 5.0.3
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.3.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.6.0...v5.0.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 337d388 commit 2aad5b8
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/app.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-dateutil~=2.8
python-dotenv~=1.0
python-editor~=1.0
PyYAML~=6.0
redis~=4.5
redis~=5.0
requests~=2.31
sentry-sdk[flask]~=1.40
sweetrpg-api-core
Expand Down
6 changes: 4 additions & 2 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pyyaml==6.0.1
# via
# -r requirements/app.in
# flask-swagger
redis==4.6.0
redis==5.0.3
# via -r requirements/app.in
requests==2.31.0
# via
Expand All @@ -174,7 +174,9 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
six==1.16.0
# via
# analytics-python
Expand Down
6 changes: 4 additions & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pyyaml==6.0.1
# via
# -r requirements/app.in
# flask-swagger
redis==4.6.0
redis==5.0.3
# via -r requirements/app.in
requests==2.31.0
# via
Expand All @@ -176,7 +176,9 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
six==1.16.0
# via
# analytics-python
Expand Down
10 changes: 7 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ pyyaml==6.0.1
# via
# -r requirements/app.in
# flask-swagger
redis==4.6.0
redis==5.0.3
# via -r requirements/app.in
requests==2.31.0
# via
Expand All @@ -287,7 +287,9 @@ rstcheck==6.2.0
rstcheck-core==1.2.0
# via rstcheck
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
shellingham==1.5.4
# via typer
six==1.16.0
Expand Down Expand Up @@ -361,7 +363,9 @@ tomli==2.0.1
tox==4.14.1
# via -r requirements/tests.in
typer[all]==0.9.0
# via rstcheck
# via
# rstcheck
# typer
typing-extensions==4.10.0
# via
# alembic
Expand Down
10 changes: 7 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pyyaml==6.0.1
# via
# -r requirements/app.in
# flask-swagger
redis==4.6.0
redis==5.0.3
# via -r requirements/app.in
requests==2.31.0
# via
Expand All @@ -218,7 +218,9 @@ rstcheck==6.2.0
rstcheck-core==1.2.0
# via rstcheck
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
shellingham==1.5.4
# via typer
six==1.16.0
Expand Down Expand Up @@ -280,7 +282,9 @@ sweetrpg-model-core==0.0.154
sweetrpg-web-core==0.0.539
# via -r requirements/app.in
typer[all]==0.9.0
# via rstcheck
# via
# rstcheck
# typer
typing-extensions==4.10.0
# via
# alembic
Expand Down
6 changes: 4 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pyyaml==6.0.1
# via
# -r requirements/app.in
# flask-swagger
redis==4.6.0
redis==5.0.3
# via -r requirements/app.in
requests==2.31.0
# via
Expand All @@ -227,7 +227,9 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
six==1.16.0
# via
# analytics-python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"python-dotenv~=0.21",
"python-editor~=1.0",
"PyYAML~=6.0",
"redis~=4.5",
"redis>=4.5,<6.0",
"requests~=2.31",
"sentry-sdk[flask]~=1.23",
"sweetrpg-api-core",
Expand Down

0 comments on commit 2aad5b8

Please sign in to comment.