From 0926f7857a6e67f5ae7be49c806e638b06ad31ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:27:24 +0000 Subject: [PATCH] Bump coverage from 7.15.4 to 7.16.0 in /runtimes/python Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.15.4 to 7.16.0. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.4...7.16.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtimes/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/python/pyproject.toml b/runtimes/python/pyproject.toml index 5b54b34..0a8a1b4 100644 --- a/runtimes/python/pyproject.toml +++ b/runtimes/python/pyproject.toml @@ -42,7 +42,7 @@ extropic-torx = [ ] dev = [ "build>=1.2,<2", - "coverage==7.15.4", + "coverage==7.16.0", "jsonschema>=4.23,<5", "mypy>=1.18,<3" ]