From 5fe4d4d14f5939fa6fe24f0c5b27b2819c18eb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:51:59 +0900 Subject: [PATCH] Bump coverage from 7.3.3 to 7.4.0 (#575) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.3 to 7.4.0. - [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.3...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 8f42b0d1..4f66cc6c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,7 +2,7 @@ mock==5.1.0 pytest==7.4.3 pytest-cov==4.1.0 pytest-benchmark==4.0.0 -coverage==7.3.3 +coverage==7.4.0 simplejson==3.19.2 ujson==5.9.0 pysimdjson==5.0.2