From 8af8454a5befbdd6589d24016dcc7bfee252de0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:51:05 +0000 Subject: [PATCH] chore(deps-dev): update coverage requirement from ~=7.3 to ~=7.4 (#2305) 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.3.0...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 7e38c4a1ac..4aede160f1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ pytest~=7.4.3 pytest-asyncio~=0.23.2 # pytest-order~=1.0.1 mypy~=1.8.0 -coverage~=7.3 +coverage~=7.4 pre-commit==3.5.0 codespell==2.2.6 bandit==1.7.6