From 86bdd540440fde14b4c1440922c6f0c2ea48b383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:23:30 +0000 Subject: [PATCH] chore(deps-dev): update coveralls requirement 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.1...4.0.1) --- updated-dependencies: - dependency-name: coveralls dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e7b676..d1780ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python-dateutil = "^2.8" black = ">23.1,<25.0" parameterized = "^0.9.0" coverage = "^6.1.2" -coveralls = "^3.3.1" +coveralls = ">=3.3.1,<5.0.0" [build-system] requires = ["poetry-core>=1.0.0"]