renovate-bot opened a new pull request, #2614: URL: https://github.com/apache/polaris/pull/2614
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [virtualenv](https://redirect.github.com/pypa/virtualenv) | `>=20.26.6,<20.33.0` -> `>=20.34.0,<20.35.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pypa/virtualenv (virtualenv)</summary> ### [`v20.34.0`](https://redirect.github.com/pypa/virtualenv/releases/tag/20.34.0) [Compare Source](https://redirect.github.com/pypa/virtualenv/compare/20.33.1...20.34.0) <!-- Release notes generated using configuration in .github/release.yml at 20.34.0 --> #### What's Changed - release 20.33.1 by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [#​2943](https://redirect.github.com/pypa/virtualenv/pull/2943) - fix: Improve file limit test to catch SystemExit or RuntimeError by [@​esafak](https://redirect.github.com/esafak) in [#​2936](https://redirect.github.com/pypa/virtualenv/pull/2936) - feat: Abstract out caching in discovery by [@​esafak](https://redirect.github.com/esafak) in [#​2946](https://redirect.github.com/pypa/virtualenv/pull/2946) - CI: Add PyPy 3.11 to CI checks by [@​esafak](https://redirect.github.com/esafak) in [#​2934](https://redirect.github.com/pypa/virtualenv/pull/2934) - feat: Decouple `FileCache` from `py_info` by [@​esafak](https://redirect.github.com/esafak) in [#​2947](https://redirect.github.com/pypa/virtualenv/pull/2947) - feat: Remove references to py\_info from FileCache by [@​esafak](https://redirect.github.com/esafak) in [#​2948](https://redirect.github.com/pypa/virtualenv/pull/2948) - refactor: Decouple discovery from creator plugins by [@​esafak](https://redirect.github.com/esafak) in [#​2949](https://redirect.github.com/pypa/virtualenv/pull/2949) - refactor: Decouple discovery by duplicating info utils by [@​esafak](https://redirect.github.com/esafak) in [#​2951](https://redirect.github.com/pypa/virtualenv/pull/2951) - fix: Python in `PATH` takes precedence over uv-managed Pythons by [@​edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [#​2952](https://redirect.github.com/pypa/virtualenv/pull/2952) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#​2950](https://redirect.github.com/pypa/virtualenv/pull/2950) - Bump pip to 25.2 by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [#​2953](https://redirect.github.com/pypa/virtualenv/pull/2953) **Full Changelog**: <https://github.com/pypa/virtualenv/compare/20.33.1...20.34.0> ### [`v20.33.1`](https://redirect.github.com/pypa/virtualenv/releases/tag/20.33.1) [Compare Source](https://redirect.github.com/pypa/virtualenv/compare/20.33.0...20.33.1) <!-- Release notes generated using configuration in .github/release.yml at 20.33.1 --> #### What's Changed - release 20.33.0 by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [#​2929](https://redirect.github.com/pypa/virtualenv/pull/2929) - fix(test): Restore mtime of py\_info.py in test by [@​esafak](https://redirect.github.com/esafak) in [#​2938](https://redirect.github.com/pypa/virtualenv/pull/2938) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#​2937](https://redirect.github.com/pypa/virtualenv/pull/2937) - fix: Correctly unpack \_get\_tcl\_tk\_libs() response in PythonInfo by [@​esafak](https://redirect.github.com/esafak) in [#​2940](https://redirect.github.com/pypa/virtualenv/pull/2940) - chore: Request shell and python details in bug reports by [@​esafak](https://redirect.github.com/esafak) in [#​2942](https://redirect.github.com/pypa/virtualenv/pull/2942) **Full Changelog**: <https://github.com/pypa/virtualenv/compare/20.33.0...20.33.1> ### [`v20.33.0`](https://redirect.github.com/pypa/virtualenv/releases/tag/20.33.0) [Compare Source](https://redirect.github.com/pypa/virtualenv/compare/20.32.0...20.33.0) <!-- Release notes generated using configuration in .github/release.yml at 20.33.0 --> #### What's Changed - release 20.32.0 by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [#​2908](https://redirect.github.com/pypa/virtualenv/pull/2908) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#​2909](https://redirect.github.com/pypa/virtualenv/pull/2909) - Fix nushell deprecation warnings by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [#​2910](https://redirect.github.com/pypa/virtualenv/pull/2910) - test: Use `@pytest.mark.flaky` instead of `@flaky.flaky` by [@​mgorny](https://redirect.github.com/mgorny) in [#​2911](https://redirect.github.com/pypa/virtualenv/pull/2911) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#​2912](https://redirect.github.com/pypa/virtualenv/pull/2912) - fix: handle StopIteration in discovery by [@​esafak](https://redirect.github.com/esafak) in [#​2913](https://redirect.github.com/pypa/virtualenv/pull/2913) - fix: Improve symlink check and sysconfig path handling by [@​esafak](https://redirect.github.com/esafak) in [#​2914](https://redirect.github.com/pypa/virtualenv/pull/2914) - docs: Recommend specific python version for virtualenv by [@​esafak](https://redirect.github.com/esafak) in [#​2916](https://redirect.github.com/pypa/virtualenv/pull/2916) - fix: Force UTF-8 encoding for pip subprocess by [@​esafak](https://redirect.github.com/esafak) in [#​2918](https://redirect.github.com/pypa/virtualenv/pull/2918) - fix: Prevent crash on file in PATH during discovery by [@​esafak](https://redirect.github.com/esafak) in [#​2917](https://redirect.github.com/pypa/virtualenv/pull/2917) - fix: `--try-first-with` was overriding an absolute `--python` path by [@​esafak](https://redirect.github.com/esafak) in [#​2921](https://redirect.github.com/pypa/virtualenv/pull/2921) - fix 'Too many open files' error and improve error message by [@​esafak](https://redirect.github.com/esafak) in [#​2922](https://redirect.github.com/pypa/virtualenv/pull/2922) - fix(testing): Prevent logging setup when --help is passed by [@​esafak](https://redirect.github.com/esafak) in [#​2923](https://redirect.github.com/pypa/virtualenv/pull/2923) - fix cache invalidation for PythonInfo by [@​esafak](https://redirect.github.com/esafak) in [#​2925](https://redirect.github.com/pypa/virtualenv/pull/2925) - fix: Update venv redirector detection for Python 3.13 on Windows by [@​esafak](https://redirect.github.com/esafak) in [#​2920](https://redirect.github.com/pypa/virtualenv/pull/2920) - feat: Add Tcl/Tkinter support by [@​esafak](https://redirect.github.com/esafak) in [#​2928](https://redirect.github.com/pypa/virtualenv/pull/2928) **Full Changelog**: <https://github.com/pypa/virtualenv/compare/20.32.0...20.33.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apache/polaris). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1wb2xhcmlzIl19--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
