From 1a5996331f16e59614da108a0e89b4283921374d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:51:09 +0000 Subject: [PATCH] chore(deps-dev): bump coverage[toml] from 7.9.0 to 7.9.1 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.9.0 to 7.9.1. - [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.9.0...7.9.1) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.9.1 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 fd0a2d1e..a8f72ac3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ click==8.1.8 ; python_version >= '3.6' colorama==0.4.6 ; os_name == 'nt' -coverage[toml]==7.9.0 ; python_version >= '3.7' +coverage[toml]==7.9.1 ; python_version >= '3.7' cryptography==45.0.4 ; python_version >= '3.7'