From 1de6d787d2207738e6986f7a15f133def80383f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:28:51 +0000 Subject: [PATCH] Bump the python-dependencies group across 3 directories with 2 updates Bumps the python-dependencies group with 2 updates in the /requirements directory: [coverage](https://github.com/coveragepy/coveragepy) and [ruff](https://github.com/astral-sh/ruff). Bumps the python-dependencies group with 1 update in the /requirements/tox-ruff directory: [ruff](https://github.com/astral-sh/ruff). Bumps the python-dependencies group with 1 update in the /requirements/tox-testenv directory: [coverage](https://github.com/coveragepy/coveragepy). Updates `coverage` from 7.15.4 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.4...7.16.0) Updates `ruff` from 0.16.3 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.5) Updates `ruff` from 0.16.3 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.5) Updates `coverage` from 7.15.4 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.4...7.16.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements/tox-ruff/requirements.txt | 2 +- requirements/tox-testenv/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/tox-ruff/requirements.txt b/requirements/tox-ruff/requirements.txt index 1b95b33..d95ae14 100644 --- a/requirements/tox-ruff/requirements.txt +++ b/requirements/tox-ruff/requirements.txt @@ -1 +1 @@ -ruff == 0.16.3 +ruff == 0.16.5 diff --git a/requirements/tox-testenv/requirements.txt b/requirements/tox-testenv/requirements.txt index b91335e..a64b6a0 100644 --- a/requirements/tox-testenv/requirements.txt +++ b/requirements/tox-testenv/requirements.txt @@ -1,3 +1,3 @@ pytest == 9.1.1 pytest-cov == 7.1.0 -coverage == 7.15.4 +coverage == 7.16.0