Skip to content

Commit

Permalink
Bump redis from 5.0.4 to 5.0.6 in /redis_events/docker/services (#630)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.6.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.4...v5.0.6)

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

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 Jun 24, 2024
1 parent edbc670 commit cf19897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions redis_events/docker/services/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion redis_events/docker/services/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Shaanjot Gill <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
redis = "^5.0.4"
redis = "^5.0.6"
aiohttp = "^3.9.5"
fastapi-slim = "^0.111.0"
uvicorn = "^0.29.0"
Expand Down

0 comments on commit cf19897

Please sign in to comment.