fix(deps): update dependency redis to v6.2.0 #70

Open
renovate-bot wants to merge 1 commit from renovate/redis-6.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
redis (changelog) dependencies minor 6.0.0 -> 6.2.0

Release Notes

redis/redis-py (redis)

v6.2.0: 6.2.0

Compare Source

Changes

🚀 New Features

  • Add dynamic_startup_nodes parameter to async RedisCluster (#​3646)
  • Support RESP3 with hiredis-py parser (#​3648)
  • [Async] Support for transactions in async RedisCluster client (#​3649)

🐛 Bug Fixes

  • Revert wrongly changed default value for check_hostname when instantiating RedisSSLContext (#​3655)
  • Fixed potential deadlock from unexpected __del__ call (#​3654)

🧰 Maintenance

  • Update search_json_examples.ipynb: Fix the old import indexDefinition -> index_definition (#​3652)
  • Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 (#​3645)
  • Dropping Python 3.8 support as it has reached end of life (#​3657)
  • fix(doc): update Python print output in json doctests (#​3658)
  • Update redis-entraid dependency (#​3661)

We'd like to thank all the contributors who worked on this release!
@​JCornat @​ShubhamKaudewar @​uglide @​petyaslavova @​vladvildanov

v6.1.1

Compare Source

Changes

🐛 Bug Fixes

  • Revert wrongly changed default value for check_hostname when instantiating RedisSSLContext (#​3655)
  • Fixed potential deadlock from unexpected __del__ call (#​3654)

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

v6.1.0: 6.1.0

Compare Source

Changes

🚀 New Features

  • Support for transactions in RedisCluster client (#​3611)
  • Add equality and hashability to Retry and backoff classes (#​3628)

🐛 Bug Fixes

  • Fix RedisCluster ssl_check_hostname not set to connections. For SSL verification with ssl_cert_reqs="none", check_hostname is set to False (#​3637)
    Important: The default value for the check_hostname field of RedisSSLContext has been changed as part of this PR - this is a breaking change and should not be introduced in minor versions - unfortunately, it is part of the current release.
    The breaking change is reverted in the next release to fix the behavior --> 6.2.0
  • Prevent RuntimeError while reinitializing clusters - sync and async (#​3633)
  • Add equality and hashability to Retry and backoff classes (#​3628) - fixes integration with Django RQ
  • Fix AttributeError on ClusterPipeline (#​3634)

🧰 Maintenance

  • Updating the readme and lib version to contain the changes from the latest stable release (#​3644)
  • Export REDIS_MAJOR_VERSION correctly in run-tests (#​3642)
  • Fix matrix in hiredis-py-integration.yaml (#​3641)
  • Test against unstable hiredis-py (#​3617)
  • Adding return types for the RedisModuleCommands class (#​3632)
  • Updating Redis 8 test image for GH pipeline (#​3639)
  • Allow newer PyJWT versions (#​3636)
  • Change type hints with possible None args or return types to be annotated with Optional - includes commands in core.py and json commands (#​3610)

🙏 Special Thanks

A big thank you to our collaborators at Scopely for their valuable contributions to this release! Your support and improvements help move the project forward — we appreciate it!

Contributors

We'd like to thank all the contributors who worked on this release!
@​robertosantamaria-scopely @​sentrivana @​terencehonles @​kesha1225 @​aberres @​uglide @​omerfeyzioglu @​petyaslavova @​vladvildanov @​andy-stark-redis


Configuration

📅 Schedule: 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 becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [redis](https://github.com/redis/redis-py) ([changelog](https://github.com/redis/redis-py/releases)) | dependencies | minor | `6.0.0` -> `6.2.0` | --- ### Release Notes <details> <summary>redis/redis-py (redis)</summary> ### [`v6.2.0`](https://github.com/redis/redis-py/releases/tag/v6.2.0): 6.2.0 [Compare Source](https://github.com/redis/redis-py/compare/v6.1.1...v6.2.0) ### Changes #### 🚀 New Features - Add `dynamic_startup_nodes` parameter to async RedisCluster ([#&#8203;3646](https://github.com/redis/redis-py/issues/3646)) - Support RESP3 with `hiredis-py` parser ([#&#8203;3648](https://github.com/redis/redis-py/issues/3648)) - \[Async] Support for transactions in async `RedisCluster` client ([#&#8203;3649](https://github.com/redis/redis-py/issues/3649)) #### 🐛 Bug Fixes - Revert wrongly changed default value for `check_hostname` when instantiating `RedisSSLContext` ([#&#8203;3655](https://github.com/redis/redis-py/issues/3655)) - Fixed potential deadlock from unexpected `__del__` call ([#&#8203;3654](https://github.com/redis/redis-py/issues/3654)) #### 🧰 Maintenance - Update `search_json_examples.ipynb`: Fix the old import `indexDefinition` -> `index_definition` ([#&#8203;3652](https://github.com/redis/redis-py/issues/3652)) - Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 ([#&#8203;3645](https://github.com/redis/redis-py/issues/3645)) - Dropping `Python 3.8` support as it has reached end of life ([#&#8203;3657](https://github.com/redis/redis-py/issues/3657)) - fix(doc): update Python print output in json doctests ([#&#8203;3658](https://github.com/redis/redis-py/issues/3658)) - Update redis-entraid dependency ([#&#8203;3661](https://github.com/redis/redis-py/issues/3661)) #### We'd like to thank all the contributors who worked on this release! [@&#8203;JCornat](https://github.com/JCornat) [@&#8203;ShubhamKaudewar](https://github.com/ShubhamKaudewar) [@&#8203;uglide](https://github.com/uglide) [@&#8203;petyaslavova](https://github.com/petyaslavova) [@&#8203;vladvildanov](https://github.com/vladvildanov) ### [`v6.1.1`](https://github.com/redis/redis-py/releases/tag/v6.1.1) [Compare Source](https://github.com/redis/redis-py/compare/v6.1.0...v6.1.1) ### Changes #### 🐛 Bug Fixes - Revert wrongly changed default value for `check_hostname` when instantiating `RedisSSLContext` ([#&#8203;3655](https://github.com/redis/redis-py/issues/3655)) - Fixed potential deadlock from unexpected `__del__` call ([#&#8203;3654](https://github.com/redis/redis-py/issues/3654)) ## We'd like to thank all the contributors who worked on this release! [@&#8203;vladvildanov](https://github.com/vladvildanov) [@&#8203;petyaslavova](https://github.com/petyaslavova) ### [`v6.1.0`](https://github.com/redis/redis-py/releases/tag/v6.1.0): 6.1.0 [Compare Source](https://github.com/redis/redis-py/compare/v6.0.0...v6.1.0) ### Changes #### 🚀 New Features - Support for transactions in `RedisCluster` client ([#&#8203;3611](https://github.com/redis/redis-py/issues/3611)) - Add equality and hashability to `Retry` and backoff classes ([#&#8203;3628](https://github.com/redis/redis-py/issues/3628)) #### 🐛 Bug Fixes - Fix RedisCluster `ssl_check_hostname` not set to connections. For SSL verification with `ssl_cert_reqs="none"`, check_hostname is set to `False` ([#&#8203;3637](https://github.com/redis/redis-py/issues/3637)) **Important**: The default value for the `check_hostname` field of `RedisSSLContext` has been changed as part of this PR - this is a breaking change and should not be introduced in minor versions - unfortunately, it is part of the current release. The breaking change is reverted in the next release to fix the behavior --> 6.2.0 - Prevent RuntimeError while reinitializing clusters - sync and async ([#&#8203;3633](https://github.com/redis/redis-py/issues/3633)) - Add equality and hashability to `Retry` and backoff classes ([#&#8203;3628](https://github.com/redis/redis-py/issues/3628)) - fixes integration with Django RQ - Fix `AttributeError` on `ClusterPipeline` ([#&#8203;3634](https://github.com/redis/redis-py/issues/3634)) #### 🧰 Maintenance - Updating the readme and lib version to contain the changes from the latest stable release ([#&#8203;3644](https://github.com/redis/redis-py/issues/3644)) - Export `REDIS_MAJOR_VERSION` correctly in run-tests ([#&#8203;3642](https://github.com/redis/redis-py/issues/3642)) - Fix matrix in `hiredis-py-integration.yaml` ([#&#8203;3641](https://github.com/redis/redis-py/issues/3641)) - Test against unstable hiredis-py ([#&#8203;3617](https://github.com/redis/redis-py/issues/3617)) - Adding return types for the `RedisModuleCommands` class ([#&#8203;3632](https://github.com/redis/redis-py/issues/3632)) - Updating Redis 8 test image for GH pipeline ([#&#8203;3639](https://github.com/redis/redis-py/issues/3639)) - Allow newer PyJWT versions ([#&#8203;3636](https://github.com/redis/redis-py/issues/3636)) - Change type hints with possible `None` args or return types to be annotated with `Optional` - includes commands in `core.py` and json commands ([#&#8203;3610](https://github.com/redis/redis-py/issues/3610)) #### 🙏 Special Thanks A big thank you to our collaborators at Scopely for their valuable contributions to this release! Your support and improvements help move the project forward — we appreciate it! #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;robertosantamaria-scopely](https://github.com/robertosantamaria-scopely) [@&#8203;sentrivana](https://github.com/sentrivana) [@&#8203;terencehonles](https://github.com/terencehonles) [@&#8203;kesha1225](https://github.com/kesha1225) [@&#8203;aberres](https://github.com/aberres) [@&#8203;uglide](https://github.com/uglide) [@&#8203;omerfeyzioglu](https://github.com/omerfeyzioglu) [@&#8203;petyaslavova](https://github.com/petyaslavova) [@&#8203;vladvildanov](https://github.com/vladvildanov) [@&#8203;andy-stark-redis](https://github.com/andy-stark-redis) </details> --- ### Configuration 📅 **Schedule**: 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from fix(deps): update dependency redis to v6.1.0 to fix(deps): update dependency redis to v6.2.0 2025-05-28 05:18:55 +00:00
renovate-bot force-pushed renovate/redis-6.x-lockfile from ce8584bc84 to 104845c4e0 2025-05-28 05:18:56 +00:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/redis-6.x-lockfile:renovate/redis-6.x-lockfile
git switch renovate/redis-6.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/redis-6.x-lockfile
git switch renovate/redis-6.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/redis-6.x-lockfile
git switch renovate/redis-6.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/redis-6.x-lockfile
git switch main
git merge --squash renovate/redis-6.x-lockfile
git switch main
git merge --ff-only renovate/redis-6.x-lockfile
git switch main
git merge renovate/redis-6.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PrivateCoffee/coldbrew#70
No description provided.