Browse Source

Bump redis from 2.10.3 to 4.4.4

Bumps [redis](https://github.com/redis/redis-py) from 2.10.3 to 4.4.4.
- [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/2.10.3...v4.4.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/redis-4.4.4
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
b985933f23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

@ -1,2 +1,2 @@
redis==2.10.3
redis==4.4.4
docopt==0.6.2

+ 1
- 1
setup.py View File

@ -15,7 +15,7 @@ setup(
license="MIT",
scripts=["bin/qw-manager", "bin/qw-client"],
install_requires=[
"redis==2.10.3",
"redis==4.4.4",
"docopt==0.6.2",
],
classifiers=[


Loading…
Cancel
Save