🤖 AI-Generated Changelog
Security
- Strip credentials from pip argument vectors to prevent credential exposure in logs and process listings (GHSA-8xgg-v3jj-95m2)
- Validate tar link targets in
data_filterfallback to prevent path traversal during package installation (GHSA-p4qx-p8p6-4gjf)
Added
- Add documentation for
git+sshpackage sources in Pipfile
Fixed
- Fix
PIPENV_PROJECT_DIRnot being expanded correctly in Pipfile script definitions - Fix
pipenv shellbreaking terminal input echo after exit - Fix three regressions introduced in a prior release affecting resolver and marker environment handling
- Restore
target_marker_versionhelper alias for backwards compatibility - Fix
_target_marker_environmentreturning incorrect value whenallow_global=True
Changed
- Vendor in Pip 26.1
- Cache Pipfile parsing and parallelize hash and candidate lookups for improved performance
Dependencies
- Bump
pygmentsfrom 2.19.2 to 2.20.0 - Bump
pytest(development dependency)
🔗 Full Changelog: v2026.5.2...v2026.6.0