Skip to content

Update fakeredis requirement from ~=2.35 to ~=2.36 in /.dev in the python group#735

Merged
TEAM4-0 merged 1 commit into
masterfrom
dependabot/pip/dot-dev/master/python-efa980d0c5
Jun 1, 2026
Merged

Update fakeredis requirement from ~=2.35 to ~=2.36 in /.dev in the python group#735
TEAM4-0 merged 1 commit into
masterfrom
dependabot/pip/dot-dev/master/python-efa980d0c5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on fakeredis to permit the latest version.
Updates fakeredis to 2.36.0

Release notes

Sourced from fakeredis's releases.

v2.36.0

🚀 Features

  • Implement keyspace notifications @​alexbthundiyil-spec (#463)
  • feat(lua): add server global alias for Valkey @​przemub (#480)
  • feat(streams): implement XACKDEL, XDELEX, XIDMPRECORD, XNACK commands (#484)
  • feat: add VISMEMBER command to check element existence in vector set
  • feat: implement array commands (ARSET, ARGET, ARLEN, ARGETRANGE, ARINSERT, ARDEL, etc.) for Redis 8.8 ( #487)

🐛 Bug Fixes

  • fix: XREADGROUP with non-'>' ID returns consumer PEL @​tomtom103 #470
  • fix: similarity calculation in vector set VSIM command
  • fix: CF.RESERVE and CF.SCANDUMP should not create keys if they do not exist
  • fix: various issues in vector set commands VSET
  • fix(tcp_server): clean up handler threads on shutdown (#479)

🧰 Maintenance

  • Improved CLIENT INFO and CLIENT GETNAME commands
  • Better TDigest implementation
  • Update Redis 8 image used in CI to 8.8
  • Update to redis-py 8.0.0
  • perf(hash): make HSET O(1) by using len(h) instead of len(h.keys()) @​invoker-bot (#473)
  • refactor: introduce CommandsMixinBase to centralise shared mixin attributes (#482)
  • refactor: VectorSet improvements (#476)
  • refactor: async Redis tests to use AsyncClientType for improved type safety

New Contributors

Full Changelog: cunla/fakeredis-py@v2.35.1...v2.36.0

Commits
  • acb12aa chore:update deps
  • a26a095 doc: update changelog for new VISMEMBER command and array commands in Redis 8.8
  • bb750ea feat:array commands (#487)
  • 1fc3a50 feat: refactor async Redis tests to use AsyncClientType for improved type safety
  • 46098c2 feat: add VISMEMBER command to check element existence in vector set
  • 39e2ad2 chore: update ci workflow to use redis 8.8
  • b58114b chore: update ci workflow to use redis 8.8
  • af1e691 update to redis-py 8.0.0
  • 1f4d0db fix test_topk_incrby test
  • 51f2d58 fix:test workflow
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version.

Updates `fakeredis` to 2.36.0
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.35.0...v2.36.0)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-version: 2.36.0
  dependency-type: direct:development
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added CI/CD Continuous integration (CI) & continuous deployment (CD) skip-changelog labels Jun 1, 2026
@TEAM4-0 TEAM4-0 enabled auto-merge (squash) June 1, 2026 16:51
@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.34%. Comparing base (e2e04b0) to head (1aee99f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #735   +/-   ##
=======================================
  Coverage   84.34%   84.34%           
=======================================
  Files          26       26           
  Lines         805      805           
=======================================
  Hits          679      679           
  Misses        126      126           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TEAM4-0 TEAM4-0 merged commit 181e607 into master Jun 1, 2026
16 checks passed
@TEAM4-0 TEAM4-0 deleted the dependabot/pip/dot-dev/master/python-efa980d0c5 branch June 1, 2026 16:56
TEAM4-0 pushed a commit that referenced this pull request Jun 1, 2026
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version.

Updates `fakeredis` to 2.36.0
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.35.0...v2.36.0)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-version: 2.36.0
  dependency-type: direct:development
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Continuous integration (CI) & continuous deployment (CD) skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant