From 3f6737249dd0df4e690c007c94f7a6af9b8ba2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:18:13 +0000 Subject: [PATCH] Bump coverage[toml] from 7.6.4 to 7.6.10 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.6.4 to 7.6.10. - [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.4...7.6.10) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2615cd3..b9fb60a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.0 # via requests -coverage[toml]==7.6.4 +coverage[toml]==7.6.10 # via pytest-cov cryptography==43.0.3 # via pyopenssl