mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-22 01:55:52 -04:00
Merge pull request #9607 from ThomasWaldmann/fix-dependabot-9603
build(deps-dev): bump pip-dependencies group (fix #9603 - virtualenv for tox 4.52.1)
This commit is contained in:
commit
0263d1deb7
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
setuptools >=78.1.1
|
||||
setuptools >=82.0.0
|
||||
setuptools_scm
|
||||
pip !=24.2
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Reference in a new issue