Skip to content

chore(deps-dev): bump pytest-redis in /bec_ipython_client - #1047

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bec_ipython_client/pip-3322e85db0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bec_ipython_client/pip-3322e85db0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

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

Updates pytest-redis to 5.0.0

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

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  and [pytest-redis](https://github.com/dbfixtures/pytest-redis) to permit the latest version.

Updates `pytest-redis` to 5.0.0
- [Changelog](https://github.com/dbfixtures/pytest-redis/blob/main/CHANGES.rst)
- [Commits](dbfixtures/pytest-redis@v3.1.0...v5.0.0)

Updates `pytest-redis` to 5.0.0
- [Changelog](https://github.com/dbfixtures/pytest-redis/blob/main/CHANGES.rst)
- [Commits](dbfixtures/pytest-redis@v3.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pytest-redis
  dependency-version: 5.0.0
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: pytest-redis
  dependency-version: 5.0.0
  dependency-type: direct:development
  dependency-group: pip
...

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 15, 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