From bd995c4a3ac996be2c812a0dba7f079d56b02236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:57:12 +0000 Subject: [PATCH] chore(deps-dev): update coverage requirement from ~=7.6 to ~=7.7 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.0...7.7.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4cfdaa8b41..d2462182f7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ pytest~=8.3.5 pytest-asyncio~=0.24.0 # pytest-order~=1.0.1 mypy~=1.15.0 -coverage~=7.6 +coverage~=7.7 pre-commit==4.1.0 codespell==2.4.1 bandit==1.8.3