Skip to content

Update pytest-redis requirement from <4.1.0 to <5.1.0 - #8098

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-redis-lt-5.1.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-redis-lt-5.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest-redis to permit the latest version.

Changelog

Sourced from pytest-redis's changelog.

pytest-redis 5.0.0 (2026-09-07)

Breaking changes

  • Boolean parameters are now keyword-only, and so are the parameters that follow them:

    • RedisExecutor: rdbcompression, rdbchecksum, syslog_enabled, appendonly, datadir and modules
    • redis_proc: compression, checksum, syslog, loglevel, datadir and modules
    • redisdb and redisdb_async: decode ([#1022](https://github.com/dbfixtures/pytest-redis/issues/1022) <https://github.com/dbfixtures/pytest-redis/issues/1022>__)

Features

  • Added redisdb_async, a fixture and fixture factory providing an asynchronous redis.asyncio.Redis client. Requires the new async extra (pip install 'pytest-redis[async]'), which pulls in pytest-asyncio. ([#852](https://github.com/dbfixtures/pytest-redis/issues/852) <https://github.com/dbfixtures/pytest-redis/issues/852>__)

Miscellaneus

  • Raised the minimum supported redis to 5.0.1. ([#852](https://github.com/dbfixtures/pytest-redis/issues/852) <https://github.com/dbfixtures/pytest-redis/issues/852>__)
  • Add zizmor to pre-commit and set explicit minimal permissions on all workflow jobs ([#1018](https://github.com/dbfixtures/pytest-redis/issues/1018) <https://github.com/dbfixtures/pytest-redis/issues/1018>__)
  • Add pyproject-fmt to pre-commit tools. ([#1019](https://github.com/dbfixtures/pytest-redis/issues/1019) <https://github.com/dbfixtures/pytest-redis/issues/1019>__)
  • Migrate dev env and build system to uv ([#1020](https://github.com/dbfixtures/pytest-redis/issues/1020) <https://github.com/dbfixtures/pytest-redis/issues/1020>__)
  • Add Python 3.15 to CI ([#1021](https://github.com/dbfixtures/pytest-redis/issues/1021) <https://github.com/dbfixtures/pytest-redis/issues/1021>__)
  • Enabled Ruff's FBT <https://docs.astral.sh/ruff/rules/#flake8-boolean-trap-fbt>_ rules to detect boolean positional arguments. ([#1022](https://github.com/dbfixtures/pytest-redis/issues/1022) <https://github.com/dbfixtures/pytest-redis/issues/1022>__)
  • Add release-schedule workflow replacing manual release workflow. ([#1027](https://github.com/dbfixtures/pytest-redis/issues/1027) <https://github.com/dbfixtures/pytest-redis/issues/1027>__)
  • Migrated the Automerge workflow to fizyk/actions-reuse version 5.6.0. ([#1032](https://github.com/dbfixtures/pytest-redis/issues/1032) <https://github.com/dbfixtures/pytest-redis/issues/1032>__)
  • Add actionlint to pre-commit ([#1033](https://github.com/dbfixtures/pytest-redis/issues/1033) <https://github.com/dbfixtures/pytest-redis/issues/1033>__)
  • Configure Dependabot to update pre-commit dependencies. ([#1037](https://github.com/dbfixtures/pytest-redis/issues/1037) <https://github.com/dbfixtures/pytest-redis/issues/1037>__)
  • Turn off autofix_prs and change pre-commit's autoupdate schedule to quarterly ([#1041](https://github.com/dbfixtures/pytest-redis/issues/1041) <https://github.com/dbfixtures/pytest-redis/issues/1041>__)
  • Migrate tests to be based on actions-reuse new composite action uv-pytest-coverage ([#1043](https://github.com/dbfixtures/pytest-redis/issues/1043) <https://github.com/dbfixtures/pytest-redis/issues/1043>__)
  • Add Redis 8.8 and 8.10 to testing matrix on CI
  • Improved coverage reliability in CI by switching to coverage run with explicit coverage combine/coverage xml steps, enabling multiprocessing and subprocess coverage aggregation, and using editable-install-safe include globs for package and test paths.

pytest-redis 4.0.0 (2026-02-28)

Breaking changes

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pytest-redis [>= 3.1.a, < 3.2]

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 [pytest-redis](https://github.com/dbfixtures/pytest-redis) to permit the latest version.
- [Changelog](https://github.com/dbfixtures/pytest-redis/blob/main/CHANGES.rst)
- [Commits](dbfixtures/pytest-redis@v1.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pytest-redis
  dependency-version: 5.0.0
  dependency-type: direct:production
...

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 14, 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 no-changelog no-issue python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants