From 59940b292e16c61391b0b02150a8de7e172962bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:38:39 +0000 Subject: [PATCH] Bump coverage from 7.6.10 to 7.6.12 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.10 to 7.6.12. - [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.10...7.6.12) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index fe70c9ad1eb..23df00e7000 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -48,7 +48,7 @@ click==8.1.8 # slotscheck # towncrier # wait-for-it -coverage==7.6.10 +coverage==7.6.12 # via # -r requirements/test.in # pytest-cov diff --git a/requirements/dev.txt b/requirements/dev.txt index 5ed89f894b1..9597914986c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -48,7 +48,7 @@ click==8.1.8 # slotscheck # towncrier # wait-for-it -coverage==7.6.10 +coverage==7.6.12 # via # -r requirements/test.in # pytest-cov diff --git a/requirements/test.txt b/requirements/test.txt index 93ab6812dd8..d3184ce7ff8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -23,7 +23,7 @@ cffi==1.17.1 # pytest-codspeed click==8.1.8 # via wait-for-it -coverage==7.6.10 +coverage==7.6.12 # via # -r requirements/test.in # pytest-cov