From a13672fbd7e044b3ea568ba74fee2272ecbba937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:43:04 +0000 Subject: [PATCH] build(deps-dev): bump the pip-dependencies group Bumps the pip-dependencies group in /requirements.d with 2 updates: [tox](https://github.com/tox-dev/tox) and [coverage](https://github.com/coveragepy/coveragepy). Updates `tox` from 4.53.1 to 4.54.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.53.1...4.54.0) Updates `coverage` from 7.13.5 to 7.14.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.13.5...7.14.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.d/development.lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index 3ef422c06e..f2cc2f4902 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -5,10 +5,10 @@ wheel==0.47.0 virtualenv==21.3.3 build==1.5.0 pkgconfig==1.6.0 -tox==4.53.1 +tox==4.54.0 pytest==9.0.3 pytest-xdist==3.8.0 -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 pytest-cov==7.1.0 pytest-benchmark==5.2.3 Cython==3.2.5