Skip to content

Commit

Permalink
chore(deps): bump redis from 3.5.3 to 4.4.4 in /orc8r/gateway/python (m…
Browse files Browse the repository at this point in the history
…agma#15168)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent c2b6c85 commit 0c25abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orc8r/gateway/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'fire>=0.4.0',
'glob2>=0.7',
'aioh2>=0.2.2',
'redis==3.5.3', # redis-py (Python bindings to redis)
'redis==4.4.4', # redis-py (Python bindings to redis)
'redis-collections==0.11.0',
'python-redis-lock>=3.7.0',
'aiohttp>=3.8.1',
Expand Down

0 comments on commit 0c25abd

Please sign in to comment.