Skip to content

build(deps-dev): update fakeredis requirement from >=2.20 to >=2.37.1 in /backend - #62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/fakeredis-gte-2.37.1
Open

build(deps-dev): update fakeredis requirement from >=2.20 to >=2.37.1 in /backend#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/fakeredis-gte-2.37.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown

Updates the requirements on fakeredis to permit the latest version.

Release notes

Sourced from fakeredis's releases.

v2.37.1

What's Changed

🐛 Bug Fixes

  • fix: honor the FILTER-EF (max filtering effort) option in VSIM — the value was previously parsed but ignored, so a low FILTER-EF could return filter matches that real Redis skips
  • fix: ZPOPMIN/ZPOPMAX in RESP3 now return a flat [member, score] pair when no count is given (an array of pairs is only returned when an explicit count is passed), matching real Redis
  • fix: ZPOPMIN/ZPOPMAX now reject a negative count with value is out of range, must be positive
  • fix: ZPOPMIN/ZPOPMAX/BZPOPMIN/BZPOPMAX/ZMPOP/BZMPOP now delete the sorted set key once its last member is popped
  • fix: LTRIM now signals the key as modified even when the trim is a no-op, so a WATCH on that key correctly aborts the following transaction, matching real Redis
  • fix: align stream group errors with Redis — XPENDING on a missing key or unknown group now raises NOGROUP instead of returning 0/an empty array, and neither XPENDING nor XINFO GROUPS creates the key as a side effect (#532)

🧰 Maintenance

  • perf: VADD/VSIM keep a row-oriented matrix of the vector set resident and reuse it, instead of restacking every stored vector on each call; re-adding an existing member now replaces its row rather than leaving a stale one
  • perf: cache compiled JSONPath objects in the JSON stack mixin (#538)
  • build: drop Python 3.9, target Python 3.10+ (#534)
  • Update to redis-py 8.1
  • refactor: modernize typing for Ruff 0.16 defaults (#533)
  • test: refactor hypothesis tests

New Contributors

Full Changelog: cunla/fakeredis-py@v2.37.0...v2.37.1

Commits
  • 0f2b05a fix: update changelog with recent fixes and performance improvements
  • 1bafdc9 chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 (#539)
  • ce4db1b openspec
  • fbb004c openspec
  • f62d010 chore:update deps
  • 36ff68c docs: ratify project constitution v1.0.0
  • 275ebec chore:update deps
  • 97e659f Cache JSONPath objects in the JSON stack mixin (#538)
  • ecf28cf fix: align stream group errors with Redis (#532)
  • 1b5f75f fix: update dependencies and improve test configurations
  • 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 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)

Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.20.0...v2.37.1)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-version: 2.37.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants