fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| poethepoet (changelog) |
^0.35.0 -> ^0.37.0
|
dev | minor | ||
| pre-commit/mirrors-mypy |
v1.16.1 -> v1.18.2
|
repository | minor | ||
| python |
3.13-slim -> 3.14-slim
|
final | minor | ||
| uis/devops/continuous-delivery/ci-templates |
v7.20.3 -> v7.21.0
|
repository | minor | ||
| virtualenv |
20.31.2 -> 20.35.4
|
dependencies | minor |
Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
nat-n/poethepoet (poethepoet)
v0.37.0: 0.37.0
Enhancements
- Support configuring task level verbosity by @nat-n in #304
- Direct most non-task output to stderr by @nat-n in #304
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.36.0...v0.37.0
v0.36.0: 0.36.0
Breaking changes
- Improve handling of unmatched glob patterns in cmd tasks by @nat-n in #315
- See this discussion for details: https://github.com/nat-n/poethepoet/discussions/314
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.35.1...v0.36.0
v0.35.1: 0.35.1
Fixes
- Fix issue with locating sh.exe when git is installed in a custom location by @per11235813 in #311
New Contributors
- @per11235813 made their first contribution in #311
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.35.0...v0.35.1
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.21.0: 7.21.0
7.21.0 (2025-11-19)
Features
pypa/virtualenv (virtualenv)
v20.35.4
What's Changed
- release 20.35.3 by @gaborbernat in #2981
- fix: Prevent NameError when accessing _DISTUTILS_PATCH during file ov… by @gracetyy in #2982
- Upgrade pip and fix 3.15 picking old wheel by @gaborbernat in #2989
New Contributors
- @gracetyy made their first contribution in #2982
Full Changelog: https://github.com/pypa/virtualenv/compare/20.35.3...20.35.4
v20.35.3
What's Changed
- release 20.35.1 by @gaborbernat in #2976
- Revert out effort to extract discovery by @gaborbernat in #2978
- release 20.35.2 by @gaborbernat in #2980
- test_too_many_open_files fails by @gaborbernat in #2979
Full Changelog: https://github.com/pypa/virtualenv/compare/20.35.1...20.35.3
v20.35.2
What's Changed
- release 20.35.1 by @gaborbernat in #2976
- Revert out effort to extract discovery by @gaborbernat in #2978
Full Changelog: https://github.com/pypa/virtualenv/compare/20.35.1...20.35.2
v20.35.1
What's Changed
- release 20.34.0 by @gaborbernat in #2954
- refactor: Decouple discovery module by @esafak in #2956
- feat: ensure creation of python3.exe and python3 on Windows by @esafak in #2957
- fix: Use getattr for tcl/tk library paths by @esafak in #2945
- fix: Import fs_is_case_sensitive absolutely in py_info.py by @esafak in #2960
- Declare 3.14 support by @gaborbernat in #2970
- release 20.35.0 by @gaborbernat in #2971
- fix: Patch get_interpreter to handle missing cache and app_data by @esafak in #2974
- Fix backwards incompatible changes on PythonInfo by @gaborbernat in #2975
Full Changelog: https://github.com/pypa/virtualenv/compare/20.34.0...20.35.1
v20.35.0
What's Changed
- release 20.34.0 by @gaborbernat in #2954
- refactor: Decouple discovery module by @esafak in #2956
- feat: ensure creation of python3.exe and python3 on Windows by @esafak in #2957
- fix: Use getattr for tcl/tk library paths by @esafak in #2945
- fix: Import fs_is_case_sensitive absolutely in py_info.py by @esafak in #2960
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.github/workflows by @dependabot[bot] in #2964
- Declare 3.14 support by @gaborbernat in #2970
Full Changelog: https://github.com/pypa/virtualenv/compare/20.34.0...20.35.0
v20.34.0
What's Changed
- release 20.33.1 by @gaborbernat in #2943
- fix: Improve file limit test to catch SystemExit or RuntimeError by @esafak in #2936
- feat: Abstract out caching in discovery by @esafak in #2946
- CI: Add PyPy 3.11 to CI checks by @esafak in #2934
- feat: Decouple
FileCachefrompy_infoby @esafak in #2947 - feat: Remove references to py_info from FileCache by @esafak in #2948
- refactor: Decouple discovery from creator plugins by @esafak in #2949
- refactor: Decouple discovery by duplicating info utils by @esafak in #2951
- fix: Python in
PATHtakes precedence over uv-managed Pythons by @edgarrmondragon in #2952 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2950
- Bump pip to 25.2 by @gaborbernat in #2953
Full Changelog: https://github.com/pypa/virtualenv/compare/20.33.1...20.34.0
v20.33.1
What's Changed
- release 20.33.0 by @gaborbernat in #2929
- fix(test): Restore mtime of py_info.py in test by @esafak in #2938
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2937
- fix: Correctly unpack _get_tcl_tk_libs() response in PythonInfo by @esafak in #2940
- chore: Request shell and python details in bug reports by @esafak in #2942
Full Changelog: https://github.com/pypa/virtualenv/compare/20.33.0...20.33.1
v20.33.0
What's Changed
- release 20.32.0 by @gaborbernat in #2908
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2909
- Fix nushell deprecation warnings by @gaborbernat in #2910
- test: Use
@pytest.mark.flakyinstead of@flaky.flakyby @mgorny in #2911 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2912
- fix: handle StopIteration in discovery by @esafak in #2913
- fix: Improve symlink check and sysconfig path handling by @esafak in #2914
- docs: Recommend specific python version for virtualenv by @esafak in #2916
- fix: Force UTF-8 encoding for pip subprocess by @esafak in #2918
- fix: Prevent crash on file in PATH during discovery by @esafak in #2917
- fix:
--try-first-withwas overriding an absolute--pythonpath by @esafak in #2921 - fix 'Too many open files' error and improve error message by @esafak in #2922
- fix(testing): Prevent logging setup when --help is passed by @esafak in #2923
- fix cache invalidation for PythonInfo by @esafak in #2925
- fix: Update venv redirector detection for Python 3.13 on Windows by @esafak in #2920
- feat: Add Tcl/Tkinter support by @esafak in #2928
Full Changelog: https://github.com/pypa/virtualenv/compare/20.32.0...20.33.0
v20.32.0
What's Changed
- release 20.31.2 by @gaborbernat in #2886
- Fix the CI by @gaborbernat in #2904
- activate.fish: update fish major version check by @r5d in #2891
- Fix: Ignore missing absolute paths for python discovery by @esafak in #2907
- Discover uv-managed Python installations by @edgarrmondragon in #2902
- Add warning for incorrect usage of Nushell activation script by @esafak in #2906
- Update index.rst, compatibility section added, other subheadings created by @velle in #2897
- Bump setuptools version by @gaborbernat in #2900
New Contributors
- @r5d made their first contribution in #2891
- @esafak made their first contribution in #2907
- @edgarrmondragon made their first contribution in #2902
- @velle made their first contribution in #2897
Full Changelog: https://github.com/pypa/virtualenv/compare/20.31.2...20.32.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.