Skip to content
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

treewide: prep 2.4.10 #440

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pypa/pip-audit
rev: v2.4.9
rev: v2.4.10
hooks:
- id: pip-audit
- repo: https://github.com/rhysd/actionlint
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ All versions prior to 0.0.9 are untracked.

## [Unreleased]

## [2.4.10]

### Fixed

* Fixed a crash triggered when no vulnerabilities are found with some
woodruffw marked this conversation as resolved.
Show resolved Hide resolved
configurations ([#437](https://github.com/pypa/pip-audit/pull/437))

## [2.4.9]

### Fixed
Expand Down Expand Up @@ -391,7 +398,8 @@ All versions prior to 0.0.9 are untracked.
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))

<!-- Release URLs -->
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.4.9...HEAD
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.4.10...HEAD
[2.4.10]: https://github.com/pypa/pip-audit/compare/v2.4.9...v2.4.10
[2.4.9]: https://github.com/pypa/pip-audit/compare/v2.4.8...v2.4.9
[2.4.8]: https://github.com/pypa/pip-audit/compare/v2.4.7...v2.4.8
[2.4.7]: https://github.com/pypa/pip-audit/compare/v2.4.6...v2.4.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For example, using `pip-audit` via `pre-commit` to audit a requirements file:

```yaml
- repo: https://github.com/pypa/pip-audit
rev: v2.4.9
rev: v2.4.10
hooks:
- id: pip-audit
args: ["-r", "requirements.txt"]
Expand Down
2 changes: 1 addition & 1 deletion pip_audit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
The `pip_audit` APIs.
"""

__version__ = "2.4.9"
__version__ = "2.4.10"