From 3f33b1ae08d4df47ca56228570e4350a635f9213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 00:25:57 +0800 Subject: [PATCH] Bump coverage from 7.3.0 to 7.3.1 (#1946) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 32a2edcc..ded5a661 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ build==1.0.3 -coverage==7.3.0 +coverage==7.3.1 mypy-extensions==1.0.0; platform_python_implementation=='CPython' and python_version>'3.8' mypy-zope==1.0.1; platform_python_implementation=='CPython' and python_version>'3.8' mypy==1.4.1; platform_python_implementation=='CPython' and python_version>'3.8'