From 9b1c416b597ad9ebfcaa631dfae32dbea92fe4c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:29:39 +0000 Subject: [PATCH] deps(deps): update coverage requirement Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.0.0...7.14.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index de32e30..473ca4f 100644 --- a/constraints.txt +++ b/constraints.txt @@ -33,7 +33,7 @@ pytest-mock>=3.10.0,<4.0.0 pytest-timeout>=2.1.0,<3.0.0 pytest-asyncio>=0.21.0,<2.0.0 pytest-xdist>=3.3.0,<4.0.0 -coverage>=7.0.0,<8.0.0 +coverage>=7.14.0,<8.0.0 black>=24.0.0,<27.0.0 ruff>=0.11.12,<1.0.0 mypy>=1.16.0,<2.0.0