Skip to content

Update pip-audit requirement from ~=2.7 to ~=2.8 #286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Updates the requirements on pip-audit to permit the latest version.

Release notes

Sourced from pip-audit's releases.

v2.8.0

Added

  • pip-audit now allows some CLI flags to be configured via environment variables (#755)

Changed

  • The default cache locations on macOS and Linux now respect each platform's caching directory idioms (e.g. XDG) (#814)

  • The minimum version of Python is now 3.9 (#846)

Changelog

Sourced from pip-audit's changelog.

[2.8.0]

Added

  • pip-audit now allows some CLI flags to be configured via environment variables (#755)

Changed

  • The default cache locations on macOS and Linux now respect each platform's caching directory idioms (e.g. XDG) (#814)

  • The minimum version of Python is now 3.9 (#846)

Fixed

  • Auditing a fully-pinned requirements file with --disable-pip now allows for duplicates, so long as the duplicates don't have conflicting specifier sets (#749)
  • Fixed two sources of unnecessary resource leaks when doing file I/O (#878)

[2.7.3]

Fixed

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

  • Fixed a subprocess deadlock on Windows (#756)

[2.7.2]

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.

[2.7.1]

Fixed

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

... (truncated)

Commits
  • 888cf00 chore: prep 2.8.0 (#879)
  • 96d0dd9 Merge pull request #878 from pypa/ww/resource-warnings
  • 1cda1b1 record changes
  • ae1cb36 _cli: remove argparse.FileType use
  • 0a4145f _subprocess: avoid leaking pipe FDs
  • 4cab7b1 build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (#876)
  • 6d88bd6 pyproject: drop setuptools from lint dependencies (#875)
  • bd25e9f build(deps): update ruff requirement from <0.8.7 to <0.9.1 (#873)
  • 42adaa8 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#872)
  • e218e30 build(deps): update ruff requirement from <0.8.6 to <0.8.7 (#871)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pip-audit](https://github.com/pypa/pip-audit) to permit the latest version.
- [Release notes](https://github.com/pypa/pip-audit/releases)
- [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md)
- [Commits](pypa/pip-audit@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: pip-audit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2025

Superseded by #291.

@dependabot dependabot bot closed this Apr 9, 2025
@dependabot dependabot bot deleted the dependabot/pip/pip-audit-approx-eq-2.8 branch April 9, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants