From b3fcc5cff24284fee0c588bc934c45182ca4c895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:20:20 +0000 Subject: [PATCH] build(deps): bump coverage from 7.6.1 to 7.6.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.4. - [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.1...7.6.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- requirements/test_windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index a81c63f86..219a6a788 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ argparse -coverage==7.6.1 +coverage==7.6.4 Flask==3.0.3 pytest==8.3.2 pytest-ignore-flaky==2.2.1 diff --git a/requirements/test_windows.txt b/requirements/test_windows.txt index 1fceaad8f..9de34c57c 100644 --- a/requirements/test_windows.txt +++ b/requirements/test_windows.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -coverage==7.6.1 +coverage==7.6.4 argparse pytest==8.3.2 pytest-ignore-flaky==2.2.1