From 21e863f5b711552aa70fc0c07bba631494e03681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 08:44:42 +0000 Subject: [PATCH] Bump coverage from 7.5.2 to 7.5.3 (#519) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.2 to 7.5.3. - [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.5.2...7.5.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6779a21c5e4..05e60847300 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -46,7 +46,7 @@ click==8.1.6 # towncrier # typer # wait-for-it -coverage==7.5.2 +coverage==7.5.3 # via # -r requirements/test.in # pytest-cov diff --git a/requirements/dev.txt b/requirements/dev.txt index 154bdb9a250..0426075edda 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -46,7 +46,7 @@ click==8.1.6 # towncrier # typer # wait-for-it -coverage==7.5.2 +coverage==7.5.3 # via # -r requirements/test.in # pytest-cov diff --git a/requirements/test.txt b/requirements/test.txt index 710b4299ee7..60c89dd9efa 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -24,7 +24,7 @@ click==8.1.6 # via # typer # wait-for-it -coverage==7.5.2 +coverage==7.5.3 # via # -r requirements/test.in # pytest-cov