From 8b1382077aba58f3e15c7e65f432ec2e8833045f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 23:40:23 +0000 Subject: [PATCH] build(deps): bump coverage from 7.8.0 to 7.8.1 in /.github Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8.0 to 7.8.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 948699d..8abbb17 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -19,5 +19,5 @@ mypy==1.15.0 types-requests==2.32.0.20250515 pytest-xdist==3.6.1 flake8-noqa==1.4.0; python_version < '3.14' # check behaves different on 3.13 and below -coverage==7.8.0 +coverage==7.8.1 build==1.2.2.post1