From 20663b700a789cb163e8ad73a08ea971906a5e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:03:42 +0000 Subject: [PATCH] :arrow_up: Update coverage requirement from ~=5.0 to ~=7.4 Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [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/coverage-5.0...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 227503f..08d3b78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ testing = [ "pytest-cov", "pytest-regressions", "ipykernel", - "coverage~=5.0", + "coverage~=7.4", "black==23.11.0", "beautifulsoup4==4.12.2", ] @@ -58,7 +58,7 @@ docs = [ "pyyaml", "sphinx-book-theme~=1.0.1", "myst-nb~=1.0", - "coverage~=5.0", + "coverage~=7.4", "pytest-cov", "black", ]