From 5ca6dfd1ccd63b4877bbed085d7798154be41133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:17:05 +0000 Subject: [PATCH] Update coveralls requirement from ~=3.3 to ~=4.0 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/3.3.0...4.0.1) --- updated-dependencies: - dependency-name: coveralls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 6ebb575cb..687df53cb 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ -r requirements_test_pre_commit.txt -r requirements_test_min.txt -coveralls~=3.3 +coveralls~=4.0 coverage~=6.4 pre-commit~=2.20 tbump~=6.9.0