build(deps): bump the pip-dependencies group in /requirements.d with 4 updates#9907
Merged
ThomasWaldmann merged 1 commit intoJul 14, 2026
Conversation
Bumps the pip-dependencies group in /requirements.d with 4 updates: [virtualenv](https://github.com/pypa/virtualenv), [build](https://github.com/pypa/build), [pytest](https://github.com/pytest-dev/pytest) and [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `virtualenv` from 21.4.3 to 21.5.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.4.3...21.5.0) Updates `build` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.5.0...1.5.1) Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `pyinstaller` from 6.20.0 to 6.21.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.20.0...v6.21.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: build dependency-version: 1.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pyinstaller dependency-version: 6.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip-dependencies group in /requirements.d with 4 updates: virtualenv, build, pytest and pyinstaller.
Updates
virtualenvfrom 21.4.3 to 21.5.0Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
90735e0release 21.5.079ce906✨ feat: drop Python 3.8 support (#3170)f1f4d68Upgrade embedded pip/setuptools/wheel (#3168)78df6f0Set git identity in upgrade changelog rename step (#3169)Updates
buildfrom 1.5.0 to 1.5.1Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
d08fcd7chore: prepare for 1.5.1135801ctest: isolate color tests from NO_COLOR and FORCE_COLOR (#1128)820d4e5perf: memoize check_dependency (#1122)6c03264pre-commit: bump repositories (#1127)43c337arefactor: simplify code paths found in review (#1124)260ae22fix: minor robustness fixes from code review (#1121)100e86erefactor: open the wheel only once in metadata_path (#1126)272db6cfix: decide color support per output stream, not solely from stdout (#1123)bc4ca7cfix: use LF instead of os.linesep when writing pip/uv requirements files (#1120)16d8143fix: derive dist-info directory from wheel contents, not filename (#1119)Updates
pytestfrom 9.0.3 to 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
pyinstallerfrom 6.20.0 to 6.21.0Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.