mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
build(deps-dev): bump the pip-dependencies group
Bumps the pip-dependencies group in /requirements.d with 5 updates: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `82.0.0` | `82.0.1` | | [pip](https://github.com/pypa/pip) | `26.1` | `26.1.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.3.2` | `21.3.3` | | [tox](https://github.com/tox-dev/tox) | `4.52.1` | `4.53.0` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260510` | `6.0.12.20260518` | Updates `setuptools` from 82.0.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.0...v82.0.1) Updates `pip` from 26.1 to 26.1.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1...26.1.1) Updates `virtualenv` from 21.3.2 to 21.3.3 - [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.2...21.3.3) Updates `tox` from 4.52.1 to 4.53.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.52.1...4.53.0) Updates `types-pyyaml` from 6.0.12.20260510 to 6.0.12.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pip dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: virtualenv dependency-version: 21.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
adf7352695
commit
2117a00957
2 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
setuptools==82.0.0
|
||||
setuptools==82.0.1
|
||||
setuptools-scm==9.2.2
|
||||
pip==26.1
|
||||
pip==26.1.1
|
||||
wheel==0.46.3
|
||||
virtualenv==21.3.2
|
||||
virtualenv==21.3.3
|
||||
build==1.4.4
|
||||
pkgconfig==1.6.0
|
||||
tox==4.52.1
|
||||
tox==4.53.0
|
||||
pytest==9.0.3
|
||||
pytest-xdist==3.8.0
|
||||
coverage[toml]==7.13.5
|
||||
|
|
@ -13,4 +13,4 @@ pytest-cov==7.1.0
|
|||
pytest-benchmark==5.2.3
|
||||
Cython==3.2.4
|
||||
pre-commit==4.5.1
|
||||
types-PyYAML==6.0.12.20260510
|
||||
types-PyYAML==6.0.12.20260518
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
setuptools >=82.0.0
|
||||
setuptools >=82.0.1
|
||||
setuptools_scm
|
||||
pip !=24.2
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Reference in a new issue