From 536dbe5a6c4364251fe038ed28f31ad1963f14ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:51:17 +0000 Subject: [PATCH] chore: 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c8a5cae..89376e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,7 +22,7 @@ charset-normalizer==3.3.2 # via requests codespell==2.3.0 # via -r test-requirements.in -coverage[toml]==7.6.1 +coverage[toml]==7.6.3 # via -r test-requirements.in cryptography==43.0.1 # via paramiko