mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
build(deps): bump the pip-dependencies group
Bumps the pip-dependencies group in /requirements.d with 6 updates: | Package | From | To | | --- | --- | --- | | [pip](https://github.com/pypa/pip) | `26.1.1` | `26.1.2` | | [wheel](https://github.com/pypa/wheel) | `0.46.3` | `0.47.0` | | [build](https://github.com/pypa/build) | `1.4.4` | `1.5.0` | | [tox](https://github.com/tox-dev/tox) | `4.53.0` | `4.53.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.0` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.19.0` | `6.20.0` | Updates `pip` from 26.1.1 to 26.1.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.1...26.1.2) Updates `wheel` from 0.46.3 to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.46.3...0.47.0) Updates `build` from 1.4.4 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.4...1.5.0) Updates `tox` from 4.53.0 to 4.53.1 - [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.53.0...4.53.1) Updates `pre-commit` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) Updates `pyinstaller` from 6.19.0 to 6.20.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.19.0...v6.20.0) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: tox dependency-version: 4.53.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pyinstaller dependency-version: 6.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4496904f48
commit
501e4798b7
2 changed files with 6 additions and 6 deletions
|
|
@ -1,16 +1,16 @@
|
|||
setuptools==82.0.1
|
||||
setuptools-scm==9.2.2
|
||||
pip==26.1.1
|
||||
wheel==0.46.3
|
||||
pip==26.1.2
|
||||
wheel==0.47.0
|
||||
virtualenv==21.3.3
|
||||
build==1.4.4
|
||||
build==1.5.0
|
||||
pkgconfig==1.6.0
|
||||
tox==4.53.0
|
||||
tox==4.53.1
|
||||
pytest==9.0.3
|
||||
pytest-xdist==3.8.0
|
||||
coverage[toml]==7.13.5
|
||||
pytest-cov==7.1.0
|
||||
pytest-benchmark==5.2.3
|
||||
Cython==3.2.5
|
||||
pre-commit==4.5.1
|
||||
pre-commit==4.6.0
|
||||
types-PyYAML==6.0.12.20260518
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
pyinstaller==6.19.0
|
||||
pyinstaller==6.20.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue