From 7a547ac4885ce6bd7b0ae0ce87556a03e992c1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:30:13 +0000 Subject: [PATCH] Update coverage requirement from <=7.6.8 to <=7.6.9 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-3.0b1...7.6.9) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 94c2e09..da19ffd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flake8==7.1.1 black[jupyter]<=24.10.0 docformatter==1.7.5 isort==5.13.2 -coverage<=7.6.8 +coverage<=7.6.9 pytest==8.3.3 nbconvert==7.16.4 jupyter==1.1.1