From 25dccb1a32e0627d99d061ce0907e9767cfb2480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:17:30 +0000 Subject: [PATCH] Bump the pip-dependencies group with 2 updates Bumps the pip-dependencies group with 2 updates: [coverage](https://github.com/coveragepy/coveragepy) and [ruff](https://github.com/astral-sh/ruff). 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.4 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.4...0.16.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 884604a..2b03270 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -coverage==7.15.4 -ruff==0.16.4 +coverage==7.16.0 +ruff==0.16.5 mypy==2.3.1