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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-30 05:43:09 +00:00 committed by GitHub
parent b08dc6334f
commit 4dbfb2d652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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