Skip to content

Commit

Permalink
chore(deps): Bump redis from 4.6.0 to 5.0.5
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.5.
- [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.5)

---
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 Jun 10, 2024
1 parent 259a500 commit 1a35437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Colton Wolkins <[email protected]>", "Kim Ebert <[email protected]>
[tool.poetry.dependencies]
python = "^3.9.0"
aries-cloudagent = {version = ">=0.11.0,<1.0.0", extras = ["askar"]}
redis = "^4.3.0"
redis = "^5.0.5"

[tool.poetry.dev-dependencies]
black = "^23.7.0"
Expand Down

0 comments on commit 1a35437

Please sign in to comment.