From af41d2532865937126eb096c256a2fc53948fbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:43:28 +0000 Subject: [PATCH] build(deps-dev): bump the pip-dependencies group Bumps the pip-dependencies group in /requirements.d with 3 updates: [virtualenv](https://github.com/pypa/virtualenv), [tox](https://github.com/tox-dev/tox) and [coverage[toml]](https://github.com/coveragepy/coveragepy). Updates `virtualenv` from 20.36.1 to 20.38.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.36.1...20.38.0) Updates `tox` from 4.35.0 to 4.44.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.35.0...4.44.0) Updates `coverage[toml]` from 7.13.4 to 7.13.5 - [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.4...7.13.5) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: coverage[toml] dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.d/development.lock.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index abf6b2573..8d52b8d0a 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -3,13 +3,13 @@ setuptools==80.10.2 setuptools-scm==9.2.2 pip==26.0.1 wheel==0.46.3 -virtualenv==20.36.1 +virtualenv==20.38.0 build==1.4.0 pkgconfig==1.5.5 -tox==4.35.0 +tox==4.44.0 pytest==9.0.2 pytest-xdist==3.8.0 -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 pytest-cov==7.0.0 pytest-benchmark==5.2.3 Cython==3.2.4