Sourced from virtualenv's releases.
20.29.3
What's Changed
- release 20.29.2 by
@gaborbernatin pypa/virtualenv#2844- Remove duplicate bug report template by
@shenxianpengin pypa/virtualenv#2850- Fix debug logging interpolation by
@tipabuin pypa/virtualenv#2849- Ignore directories in PATH that can't be opened by
@barneygalein pypa/virtualenv#2852New Contributors
@shenxianpengmade their first contribution in pypa/virtualenv#2850@tipabumade their first contribution in pypa/virtualenv#2849@barneygalemade their first contribution in pypa/virtualenv#2852Full Changelog: https://github.com/pypa/virtualenv/compare/20.29.2...20.29.3
Sourced from virtualenv's changelog.
v20.29.3 (2025-03-06)
Bugfixes - 20.29.3
- Ignore unreadable directories in ``PATH``. (:issue:`2794`)
b1666e9
release 20.29.3e05b286
Merge pull request #2853
from pypa/pre-commit-ci-update-configd6bc4a9
[pre-commit.ci] pre-commit autoupdate1fc647e
Merge pull request #2852
from barneygale/fix-27944567521
Add changelog entry220b6b8
Add testee9d84c
Ignore directories in PATH that can't be opened (#2794)7365ad2
Merge pull request #2849
from tipabu/logging-interpolation5b74c9a
Merge pull request #2850
from shenxianpeng/remove-duplicate-templateca5935a
Remove duplicate bug report template