From a3b2ca2a7c45f5f6cd48bdc734b6a5cb4f5cbc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:30:03 +0000 Subject: [PATCH] chore(deps): bump coverage[toml] from 7.2.7 to 7.9.2 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.9.2. - [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.2.7...7.9.2) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb274a65..971110bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cffi==1.17.1 ; python_version >= "3.7" and python_version < "4.0" charset-normalizer==3.4.2 ; python_version >= "3.7" and python_version < "4.0" click==8.1.8 ; python_version >= "3.7" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" -coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0" +coverage[toml]==7.9.2 ; python_version >= "3.7" and python_version < "4.0" cryptography==44.0.1 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11" frozenlist==1.7.0 ; python_version >= "3.7" and python_version < "4.0"