What's Changed
- Fix typo in documentation for PIPENV_CACHE_DIR by @gautambhat in #6349
- Drop py3.8 by @oz123 in #6351
- fix: UnboundLocalError on pipenv graph by @oz123 in #6357
- chore: bump pypi-server version to 2.3.2 by @oz123 in #6353
- Remove click echo from utils by @oz123 in #6352
- Set upper limits on code complexity by @cclauss in #6339
- Fixes for ruff rule PLW1508 by @cclauss in #6367
- Refactor pythonfinder for improved efficiency and PEP 514 support by @matteius in #6360
- docs: fix minor punctuation in README by @GAVARA-PRABHAS-RAM in #6372
- Refactor virtualenv
bin/
/Scripts/
path resolution usingsysconfig
mechanism by @ByteB4rb1e in #6373 - Fix launching PowerShell on UNC paths by @socram8888 in #6322
- Convert remaining code off click echo/secho to rich. (except safety) by @matteius in #6366
- issue-6350 Check if we need to upgrade a package in more than one category. by @matteius in #6361
- Deprecation Notice: Make safety an optional dependency via extras by @matteius in #6365
- Vendor pip 25.0.1 by @matteius in #6343
- Solve case when the the version is not in the MAX_VERSIONS by @matteius in #6380
- Address false alerts by @matteius in #6382
- Fix zipp security alert by @matteius in #6383
- Fix bug with paths with spaces by @matteius in #6381
- Fix for the install/upgrade star specifier by @matteius in #6378
New Contributors
- @gautambhat made their first contribution in #6349
- @GAVARA-PRABHAS-RAM made their first contribution in #6372
- @ByteB4rb1e made their first contribution in #6373
Full Changelog: v2024.4.1...v2025.0.0