build(deps-dev): bump pip-dependencies group, fix virtualenv for tox 4.52.1

Include all changes from dependabot PR #9603 plus fix the broken
virtualenv pin: tox 4.52.1 requires virtualenv>=21.1, but PR #9603
kept virtualenv==20.39.1 (20.x). Bumped virtualenv to 21.3.2.

Fixes: https://github.com/borgbackup/borg/pull/9603
This commit is contained in:
Thomas Waldmann 2026-05-12 20:03:23 +02:00
parent 022b499be8
commit 6d3abf73a7
2 changed files with 7 additions and 7 deletions

View file

@ -1,16 +1,16 @@
setuptools==80.10.2
setuptools==82.0.0
setuptools-scm==9.2.2
pip==26.0.1
wheel==0.46.3
virtualenv==20.39.1
build==1.4.3
virtualenv==21.3.2
build==1.4.4
pkgconfig==1.6.0
tox==4.48.1
tox==4.52.1
pytest==9.0.3
pytest-xdist==3.8.0
coverage[toml]==7.13.5
pytest-cov==7.0.0
pytest-cov==7.1.0
pytest-benchmark==5.2.3
Cython==3.2.4
pre-commit==4.5.1
types-PyYAML==6.0.12.20260408
types-PyYAML==6.0.12.20260510

View file

@ -1,4 +1,4 @@
setuptools >=78.1.1
setuptools >=82.0.0
setuptools_scm
pip !=24.2
wheel