Update dependency redis to v4.5.2 #124

Merged
Xefir merged 1 commits from renovate/redis-4.x into master 2023-03-21 09:41:49 +00:00
Owner

This PR contains the following updates:

Package Update Change
redis (changelog) patch ==4.5.1 -> ==4.5.2

Release Notes

redis/redis-py

v4.5.2: 4.5.2

Compare Source

Changes

🚀 New Features

  • Introduce AbstractConnection so that UnixDomainSocketConnection can call super().init (#​2588)
  • Added queue_class to REDIS_ALLOWED_KEYS (#​2577)
  • Made search document subscriptable (#​2615)
  • Sped up the protocol parsing (#​2596)

🐛 Bug Fixes

  • Fix behaviour of async PythonParser to match RedisParser as for issue #​2349 (#​2582)
  • Replace async_timeout by asyncio.timeout (#​2602)
  • Update json().arrindex() default values (#​2611)

🧰 Maintenance

  • Coverage for pypy-3.9 (#​2608)
  • Developer Experience: Adding redis version compatibility details to the README (#​2621)
  • Remove redundant assignment to RedisCluster.nodes_manager. (#​2620)
  • Developer Experience: [types] update return type of smismember to list[int] (#​2617)
  • Developer Experience: [docs] ConnectionPool SSL example (#​2605)
  • Developer Experience: Fixed CredentialsProvider examples (#​2587)
  • Developer Experience: Update README to make pip install copy-pastable on zsh (#​2584)
  • Developer Experience: Fix for lpop and rpop return typing (#​2590)

Contributors

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

@​CrimsonGlory, @​Galtozzy, @​aksinha334, @​barshaul, @​chayim, @​davemcphee, @​dvora-h, @​kristjanvalur, @​ryin1, @​sileht, @​thebarbershop, @​uglide, @​woutdenolf and @​zakaf


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 | Update | Change | |---|---|---| | [redis](https://github.com/redis/redis-py) ([changelog](https://github.com/redis/redis-py/releases)) | patch | `==4.5.1` -> `==4.5.2` | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.5.2`](https://github.com/redis/redis-py/releases/tag/v4.5.2): 4.5.2 [Compare Source](https://github.com/redis/redis-py/compare/v4.5.1...v4.5.2) ### Changes #### 🚀 New Features - Introduce AbstractConnection so that UnixDomainSocketConnection can call super().**init** ([#&#8203;2588](https://github.com/redis/redis-py/issues/2588)) - Added queue_class to REDIS_ALLOWED_KEYS ([#&#8203;2577](https://github.com/redis/redis-py/issues/2577)) - Made search document subscriptable ([#&#8203;2615](https://github.com/redis/redis-py/issues/2615)) - Sped up the protocol parsing ([#&#8203;2596](https://github.com/redis/redis-py/issues/2596)) #### 🐛 Bug Fixes - Fix behaviour of async PythonParser to match RedisParser as for issue [#&#8203;2349](https://github.com/redis/redis-py/issues/2349) ([#&#8203;2582](https://github.com/redis/redis-py/issues/2582)) - Replace async_timeout by asyncio.timeout ([#&#8203;2602](https://github.com/redis/redis-py/issues/2602)) - Update json().arrindex() default values ([#&#8203;2611](https://github.com/redis/redis-py/issues/2611)) #### 🧰 Maintenance - Coverage for pypy-3.9 ([#&#8203;2608](https://github.com/redis/redis-py/issues/2608)) - Developer Experience: Adding redis version compatibility details to the README ([#&#8203;2621](https://github.com/redis/redis-py/issues/2621)) - Remove redundant assignment to RedisCluster.nodes_manager. ([#&#8203;2620](https://github.com/redis/redis-py/issues/2620)) - Developer Experience: \[types] update return type of smismember to list\[int] ([#&#8203;2617](https://github.com/redis/redis-py/issues/2617)) - Developer Experience: \[docs] ConnectionPool SSL example ([#&#8203;2605](https://github.com/redis/redis-py/issues/2605)) - Developer Experience: Fixed CredentialsProvider examples ([#&#8203;2587](https://github.com/redis/redis-py/issues/2587)) - Developer Experience: Update README to make pip install copy-pastable on zsh ([#&#8203;2584](https://github.com/redis/redis-py/issues/2584)) - Developer Experience: Fix for `lpop` and `rpop` return typing ([#&#8203;2590](https://github.com/redis/redis-py/issues/2590)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;CrimsonGlory](https://github.com/CrimsonGlory), [@&#8203;Galtozzy](https://github.com/Galtozzy), [@&#8203;aksinha334](https://github.com/aksinha334), [@&#8203;barshaul](https://github.com/barshaul), [@&#8203;chayim](https://github.com/chayim), [@&#8203;davemcphee](https://github.com/davemcphee), [@&#8203;dvora-h](https://github.com/dvora-h), [@&#8203;kristjanvalur](https://github.com/kristjanvalur), [@&#8203;ryin1](https://github.com/ryin1), [@&#8203;sileht](https://github.com/sileht), [@&#8203;thebarbershop](https://github.com/thebarbershop), [@&#8203;uglide](https://github.com/uglide), [@&#8203;woutdenolf](https://github.com/woutdenolf) and [@&#8203;zakaf](https://github.com/zakaf) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4zIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMyJ9-->
Xefir added 1 commit 2023-03-21 00:25:02 +00:00
continuous-integration/drone/push Build is passing Details
35dc5913ef
Update dependency redis to v4.5.2
Xefir merged commit 5d03e27862 into master 2023-03-21 09:41:49 +00:00
Xefir deleted branch renovate/redis-4.x 2023-03-21 09:41:49 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: Xefir/PyNyaaTa#124
No description provided.