From 2acba7f410e7907bd42a9e59b4560f5c01ea6f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:12:06 +0000 Subject: [PATCH] chore(deps-dev): bump coverage[toml] from 7.5.4 to 7.6.0 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.0. - [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.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:development update-type: version-update:semver-minor ... 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 c85f9c3..4b0a0f9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ charset-normalizer==3.3.2 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32' -coverage[toml]==7.5.4 ; python_version >= '3.7' +coverage[toml]==7.6.0 ; python_version >= '3.7' dill==0.3.6 ; python_version < '3.11'