Skip to content

Releases: pypa/pip-audit

v2.7.3

30 Apr 19:26
ca65afe
Compare
Choose a tag to compare

Fixed

  • Improved handling of temporary files on Windows
    (#757)

  • Fixed a subprocess deadlock on Windows
    (#756)

v2.7.2

29 Feb 16:05
fa511eb
Compare
Choose a tag to compare

Fixed

  • pip-audit now invokes pip with --keyring-provider=subprocess,
    partially fixing a regression that was introduced with another authentication
    fix in 2.6.2. This allows the interior pip to use keyring to perform
    third-party index authentication.

Full Changelog: v2.7.1...v2.7.2

v2.7.1

12 Feb 19:08
2d37319
Compare
Choose a tag to compare

Fixed

  • Improved the error returned to users when their default temporary
    directory lacks execute permissions
    (#737)

v2.7.0

11 Jan 19:35
27dfa6f
Compare
Choose a tag to compare

Added

  • pip-audit now includes vulnerability aliases when --format=json is used,
    and also includes them in other output formats if specified by adding the
    flag --aliases

v2.6.3

08 Jan 03:43
c2f4bd7
Compare
Choose a tag to compare

Fixed

  • Removed a misleading warning message that resulted in user confusion
    (#719)

v2.6.2

19 Dec 03:48
3e2cb18
Compare
Choose a tag to compare

Changed

  • pip-audit's minimum Python version is now 3.8.

Fixed

  • Fixed a hang caused by auditing requirements when resolving against
    an index that requires authentication, causing pip to wait indefinitely
    for credentials (#707)

v2.6.1

24 Jul 18:46
d424209
Compare
Choose a tag to compare

Fixed

  • Fixed a crash on Windows caused by pip-audit's use of temporary files
    (#647)

v2.6.0

02 Jul 13:30
60067d4
Compare
Choose a tag to compare

Added

  • Added option to skip dependency resolution via pip with the --disable-pip
    flag. This option can only be used with hashed requirements files or when the
    --no-deps flag has been provided
    (#610)

v2.5.6

23 May 00:25
829161a
Compare
Choose a tag to compare

Fixed

  • Fixed a crash caused by incompatible dependency changes
    (#617)

v2.5.5

04 May 16:25
0fc0329
Compare
Choose a tag to compare

Fixed

  • Fixed a crash caused by incompatible dependency changes
    (#605)