From 84d71c83e78c89aaf67dab62a2d1f31aabcd71e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:29:05 +0000 Subject: [PATCH] Bump coverage from 7.6.7 to 7.6.8 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.7 to 7.6.8. - [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.6.7...7.6.8) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b89d076..4d34a765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ "codespell==2.3.0", - "coverage==7.6.7", + "coverage==7.6.8", "mypy==1.13.0", "pyserial-asyncio-fast==0.14", "pytest==8.3.3", diff --git a/requirements_test.txt b/requirements_test.txt index ecec88c8..59820072 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ codespell==2.3.0 -coverage==7.6.7 +coverage==7.6.8 mypy==1.13.0 pre-commit==4.0.1 pyserial-asyncio-fast==0.14