Chore(deps): bump virtualenv from 20.26.6 to 20.27.0
Bumps virtualenv from 20.26.6 to 20.27.0.
Release notes
Sourced from virtualenv's releases.
20.27.0
What's Changed
- release 20.26.6 by
@gaborbernat
in pypa/virtualenv#2772- docs: fix the documentation typo on Extend Functionality page. by
@Mr-Sunglasses
in pypa/virtualenv#2773- Fix broken Windows zipapp and drop 3.7 support by
@gaborbernat
in pypa/virtualenv#2783- Skip $PATH entries we cannot check rather than dying with PermissionError by
@hroncok
in pypa/virtualenv#2782New Contributors
@Mr-Sunglasses
made their first contribution in pypa/virtualenv#2773Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.5...20.27.0
Changelog
Sourced from virtualenv's changelog.
v20.27.0 (2024-10-17)
Features - 20.27.0
- Drop 3.7 support as the CI environments no longer allow it running - by :user:`gaborbernat`. (:issue:`2758`) Bugfixes - 20.27.0
When a
$PATH
entry cannot be checked for existence, skip it instead of terminating - by :user:hroncok
. (:issue:2782
)Upgrade embedded wheels:
- setuptools to
75.2.0
from75.1.0
- Removed pip of
24.0
- Removed setuptools of
68.0.0
- Removed wheel of
0.42.0
- by :user:
gaborbernat
. (:issue:2783
)Fix zipapp is broken on Windows post distlib
0.3.9
- by :user:gaborbernat
. (:issue:2784
)
Commits
-
de4465f
release 20.27.0 -
6f16059
Skip $PATH entries we cannot check rather than dying with PermissionError (#2... -
f73a2f3
Fix broken Windows zipapp and drop 3.7 support (#2783) -
228b615
[pre-commit.ci] pre-commit autoupdate (#2781) -
b56d092
[pre-commit.ci] pre-commit autoupdate (#2779) -
a4dff77
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#2777) -
da72caa
[pre-commit.ci] pre-commit autoupdate (#2775) -
349eddc
docs: fix the documentation typo on Extend Functionality page. (#2773) -
fe8ca14
release 20.26.6 (#2772) - See full diff in compare view