From b9d925de6e9027a8d108ae8cb1e6ebe8dab1c65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:19:40 +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/7.6.8...7.6.9) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3d791bc..25dc9bad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pytest==8.3.4 pytest-xdist[psutil]==3.6.1 betamax==0.9.0 -coverage~=7.6.8 # pinned to <7 as coveralls is preventing v7 for coverage +coverage~=7.6.9 # pinned to <7 as coveralls is preventing v7 for coverage pytest-cov==6.0.0 coveralls==4.0.1 Pillow==11.0.0