From c11bcd16716adbdb7d0273dc09b422429818429a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:19:42 +0000 Subject: [PATCH] Update coverage[toml] requirement from ~=7.6 to ~=7.7 Updates the requirements on [coverage[toml]](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.1) --- updated-dependencies: - dependency-name: coverage[toml] 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 664d65d3..4fafd037 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # code quality autopep8~=2.3 black[jupyter]~=24.10 -coverage[toml]~=7.6 +coverage[toml]~=7.7 pip-audit~=2.7 pycodestyle~=2.12 pylint~=3.3