fix(deps): update dependency redis (8.0.0 → 8.0.1)#240
Merged
Conversation
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: self-hosted@https://litellm.jory.dev/v1 (openai) — primary route
Recommendation
Approve. This is a safe patch update (redis 8.0.0 → 8.0.1) with no breaking changes.
Must-Check Verification
- Breaking API changes: Verified against redis-py v8.0.1 release notes. The release contains only bug fixes (Unix socket maintenance, async cluster connection handling, hiredis readiness checks) and maintenance updates. No API changes affect the sync client usage in
security.py. - Test suite: CI
testcheck passed successfully on this commit.
Change-by-Change Findings
requirements.txt: Bumpsredisfrom 8.0.0 to 8.0.1. The application uses the sync client (security.py) with standard commands (ZREMRANGEBYSCORE,ZCARD,ZADD,EXPIRE) and Lua scripts, which are unaffected by the internal fixes in this patch release.
Sources
- redis-py v8.0.1 Release Notes
- CI Check Results (test: success)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.0.0→==8.0.1Release Notes
redis/redis-py (redis)
v8.0.1: 8.0.1Compare Source
Changes
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@violuke @mokashang @arpitjain099 @coredumperror @elena-kolevska @vladvildanov @petyaslavova
Configuration
📅 Schedule: (in timezone America/Edmonton)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.