From a7cd37d217f0fb7144b45217e2b1cfcc0a95153d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:22:46 +0000 Subject: [PATCH] Update coveralls requirement from >=1.6.0 to >=4.0.1 Updates the requirements on [coveralls](https://github.com/TheKevJames/coveralls-python) to permit the latest version. - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/1.6.0...4.0.1) --- updated-dependencies: - dependency-name: coveralls dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 4e595e0..ff98606 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -3,7 +3,7 @@ wheel>=0.33.0 twine>=1.13.0 pytest>=4.3.0 pytest-cov>=2.6.1 -coveralls>=1.6.0 +coveralls>=4.0.1 black[jupyter] pre-commit