Skip to content

build(deps-dev): bump fakeredis from 2.36.1 to 2.37.1 - #719

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

build(deps-dev): bump fakeredis from 2.36.1 to 2.37.1#719
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fakeredis-2.37.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps fakeredis from 2.36.1 to 2.37.1.

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

v2.37.0 - 2026-07-22

🚀 Features

  • feat: implement connection commands RESET, CLIENT KILL, CLIENT UNBLOCK, CLIENT REPLY, CLIENT PAUSE, CLIENT UNPAUSE, CLIENT NO-EVICT and CLIENT NO-TOUCH. CLIENT PAUSE validates and records its arguments but does not actually suspend command processing; the client-side caching commands (CLIENT TRACKING, CLIENT TRACKINGINFO, CLIENT CACHING, CLIENT GETREDIR) remain unsupported
  • feat: support INCREX command (redis 8.8) (#520)
  • feat: support FPHA argument in JSON.SET to force homogeneous numeric arrays to a floating-point type (redis 8.8) ( #523)
  • feat: support hash field subkey notifications (redis 8.8) (#525)
  • feat: support multiple aggregators in TS.RANGE/TS.REVRANGE/TS.MRANGE/TS.MREVRANGE (redis 8.8) (#524)
  • feat: support COUNT aggregator in ZUNION/ZINTER/ZUNIONSTORE/ZINTERSTORE (redis 8.8) (#522)
  • feat: support CLAIM min-idle-time option in XREADGROUP (redis 8.4) (#527)
  • feat(bitfield): support #-prefixed offsets in BITFIELD

... (truncated)

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 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 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 [fakeredis](https://github.com/cunla/fakeredis-py) from 2.36.1 to 2.37.1.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.36.1...v2.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 1, 2026
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