Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 21, 2022
1 parent 6e09ab2 commit 04c3765
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ coverage==5.5
# via pytest-cov
croniter==0.3.34
# via -r requirements.in
deprecated==1.2.13
# via redis
flake8==3.9.2
# via
# -r requirements.in
Expand All @@ -25,6 +27,7 @@ importlib-metadata==4.6.1
# flake8
# pluggy
# pytest
# redis
iniconfig==1.1.1
# via pytest
isort==5.9.3
Expand All @@ -34,7 +37,9 @@ mccabe==0.6.1
natsort==7.1.1
# via croniter
packaging==21.0
# via pytest
# via
# pytest
# redis
pip-tools==5.3.1
# via -r requirements.in
pluggy==0.13.1
Expand All @@ -60,7 +65,7 @@ python-dateutil==2.8.2
# via croniter
pytz==2021.3
# via -r requirements.in
redis==3.5.3
redis==4.1.1
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -74,6 +79,8 @@ toml==0.10.2
# pytest-cov
typing-extensions==3.10.0.0
# via importlib-metadata
wrapt==1.13.3
# via deprecated
zipp==3.5.0
# via importlib-metadata

Expand Down

0 comments on commit 04c3765

Please sign in to comment.