From 4dbfb2d652d5497445a3efb0d83e40621242dbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 05:43:09 +0000 Subject: [PATCH] build(deps-dev): bump the pip-dependencies group Bumps the pip-dependencies group in /requirements.d with 2 updates: [virtualenv](https://github.com/pypa/virtualenv) and [tox](https://github.com/tox-dev/tox). Updates `virtualenv` from 21.3.3 to 21.4.1 - [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/21.3.3...21.4.1) Updates `tox` from 4.54.0 to 4.55.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.54.0...4.55.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.55.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 084a95e67..c3e492391 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -1,7 +1,7 @@ pip==26.1.2 -virtualenv==21.3.3 +virtualenv==21.4.1 build==1.5.0 -tox==4.54.0 +tox==4.55.0 pytest==9.0.3 pytest-xdist==3.8.0 coverage[toml]==7.14.3