From 8a08192cb2a9ad33107210db2862938d568df850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:17:41 +0000 Subject: [PATCH] build(deps): Bump coverage from 7.0.3 to 7.0.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.3 to 7.0.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.0.3...7.0.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/REQUIREMENTS.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/REQUIREMENTS.test.txt b/tests/REQUIREMENTS.test.txt index e801f8d2..5ab25071 100644 --- a/tests/REQUIREMENTS.test.txt +++ b/tests/REQUIREMENTS.test.txt @@ -4,7 +4,7 @@ rlpython typing-extensions tox -coverage==7.0.3 +coverage==7.0.4 pytest==7.2.0 pytest-aiohttp==1.0.4 pytest-dependency==0.5.1