Skip to content

Commit

Permalink
build(deps): bump redis from 5.1.0 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.1.0 to 5.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@v5.1.0...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robvdl committed Oct 11, 2024
1 parent e136531 commit de33b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"pyramid==2.0.2",
"pyramid_jinja2==2.10.1",
"pyramid_session_redis==1.6.3",
"redis==5.1.0",
"redis==5.1.1",
"waitress==3.0.0",
"WTForms==3.1.2",
]
Expand Down

0 comments on commit de33b3d

Please sign in to comment.