Skip to content

Bump redis from 5.2.1 to 5.3.1 #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps redis from 5.2.1 to 5.3.1.

Release notes

Sourced from redis's releases.

5.3.1

Changes

🧰 Maintenance

  • Allow newer PyJWT versions for branch 5.3 (#3682)

We'd like to thank all the contributors who worked on this release! @​bcmills

5.3.0

Changes

🚀 New Features

Token-based authentication:

  • Added StreamingCredentialProvider interface (#3445)
  • Extended CredentialProvider class with get_credentials_async method (#3445)
  • Added event-driven entities (Dispatcher, Listener, Events) (#3445)

New StreamingCredentialProvider interface was added with an idea to integrate redis-py with credential providers that stream an events that should be handled by given listeners.

Check the documentation for the quick start guide.

CredentialProvider instance creation interface was enhanced. Feel free to check the updated documentation

Other features:

  • Exponential with jitter backoff (#3550)
  • Adding load balancing strategy configuration to cluster clients(replacement for 'read_from_replicas' config) (#3563)

⚠️ Deprecations

  • Deprecating unused arguments in connection pools's get_connection functions(#3517 #3625)
  • Adding load balancing strategy configuration to cluster clients(replacement for 'read_from_replicas' config) (#3563)

🐛 Bug Fixes

  • When SlotNotCoveredError is raised, the cluster topology should be reinitialized as part of error handling and retrying of the commands. (#3621)
  • Fixed Token-based authentication documentation
  • Fixed bug with missing PyJWT dependency (#3462)
  • Fixed flacky TokenManager test (#3468)
  • Fix incorrect attribute reuse in redis.connection.CacheProxyConnection (#3456)
  • Moved self._lock initialisation to Pool constructor (#3473)
  • Remove decreasing of created connections count when releasing not owned by connection pool connection(fixes issue #2832). (#3514)

🧰 Maintenance

  • Updated CredentialProvider test infrastructure (#3502)
  • Expand type for EncodedT (#3472)
  • DOC-4423: add TCEs for various command pages (#3476)

... (truncated)

Commits
  • 8f297c2 Updating library version for 5.3.1 release
  • cf81e16 Allow newer PyJWT versions (#3682)
  • 653d9ef flake8-isort version is set to 6.1.1 - to be compatible with python 3.8
  • 46740c8 Replacing the redis and redis-stack-server images with redis-libs-tests image...
  • 1c0a6f2 Fix flake version to the last known working with our code. Since flake is no ...
  • a336639 Fixing linter errors - dues to backporting from master where formatter is upd...
  • b928f97 Remove decreasing of created connections count when releasing not owned by co...
  • 35ca102 Fixing the versions of some deprecations that wrongly added as 5.0.3 - the co...
  • 53dba14 Exponential with jitter backoff (#3550)
  • eb91d4f Adding load balancing strategy configuration to cluster clients(replacement f...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
redis [>= 6.dev0, < 7]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 5.3.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.2.1...v5.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants