From db53b4bf7a484336ff9bfca9d6fdcf559df3eb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:06:11 +0000 Subject: [PATCH] chore(deps-dev): bump coverage[toml] from 7.6.1 to 7.6.3 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.3. - [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.1...7.6.3) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:development update-type: version-update:semver-patch ... 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 1c5a583..c780b96 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ charset-normalizer==3.4.0 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32' -coverage[toml]==7.6.1 ; python_version >= '3.7' +coverage[toml]==7.6.3 ; python_version >= '3.7' dill==0.3.6 ; python_version < '3.11'