From 9a5f560a735c7460918572c8f0d626f684c4f4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:22:54 +0000 Subject: [PATCH] [pip] Bump coverage from 7.3.0 to 7.3.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.0 to 7.3.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.3.0...7.3.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index ea085fb..df4fdf8 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,6 +1,6 @@ autopep8==2.0.4 click==8.1.7 -coverage==7.3.0 +coverage==7.3.1 mock==5.1.0 nose==1.3.7 requests==2.31.0