From 501e4798b78c17fbc12c8e358ec8e4dd72cfb79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:33:36 +0000 Subject: [PATCH] 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] --- requirements.d/development.lock.txt | 10 +++++----- requirements.d/pyinstaller.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index a1eebcf14..3ef422c06 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -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 diff --git a/requirements.d/pyinstaller.txt b/requirements.d/pyinstaller.txt index 25d9d6ac1..5c5753c7c 100644 --- a/requirements.d/pyinstaller.txt +++ b/requirements.d/pyinstaller.txt @@ -1 +1 @@ -pyinstaller==6.19.0 +pyinstaller==6.20.0