Skip to content

fix(deps): update dependency redis (8.0.0 → 8.0.1)#240

Merged
joryirving merged 2 commits into
mainfrom
renovate/python-dependencies
Jun 23, 2026
Merged

fix(deps): update dependency redis (8.0.0 → 8.0.1)#240
joryirving merged 2 commits into
mainfrom
renovate/python-dependencies

Conversation

@its-miso

@its-miso its-miso Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis (changelog) ==8.0.0==8.0.1 age adoption passing confidence

Release Notes

redis/redis-py (redis)

v8.0.1: 8.0.1

Compare Source

Changes

🐛 Bug Fixes

  • Fix Unix socket maintenance notification handling and tests (#​4097)
  • Fix async cluster node connection release on write errors (#​4111)
  • Fixed async MultiDBClient with underlying RedisCluster (#​4108)
  • Fix hiredis readiness checks for high file descriptors (#​4115)
  • fix(search): parse RESP3 FT.SEARCH responses with bytes-typed keys (#​4109)
  • Fixing pubsub's listen method to be blocking. (#​4119)
  • fix(asyncio): release pooled connection when Pipeline.reset() is cancelled (#​4123)
  • Avoid per-check fd allocation in hiredis _socket_can_read() — use poll() instead of a per-call selector (#​4118)

🧰 Maintenance

  • Updating PyJWT dependency. (#​4100)
  • Update CI badge in README.md (#​4099)
  • Add missing url query argument parser for ssl_min_version (#​4047)
  • ci: least-privilege permissions on spellcheck (read) and stale-issues (job-level write for actions/stale) (#​4080)
  • Bumping github-versions actions (#​4102)
  • Updating lib version + supported Redis versions in README.md + updating the Redis versions in CI test matrix (#​4092)

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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@its-miso its-miso Bot requested a review from joryirving as a code owner June 23, 2026 15:40
@its-miso its-miso Bot added the type/patch label Jun 23, 2026

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 test check passed successfully on this commit.

Change-by-Change Findings

  • requirements.txt: Bumps redis from 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

@joryirving joryirving merged commit ba63ad7 into main Jun 23, 2026
10 checks passed
@joryirving joryirving deleted the renovate/python-dependencies branch June 23, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant