Skip to content

Commit

Permalink
prep 2.4.15 (#509)
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
tetsuo-cpp and woodruffw authored Jan 31, 2023
1 parent 9d93950 commit 6662d0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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.14
rev: v2.4.15
hooks:
- id: pip-audit
- repo: https://github.com/rhysd/actionlint
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All versions prior to 0.0.9 are untracked.

## [Unreleased]

## [2.4.15]

### Fixed

* Fixed an issue where hash checking would fail when using third-party indices
Expand Down Expand Up @@ -447,7 +449,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.14...HEAD
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.4.15...HEAD
[2.4.15]: https://github.com/pypa/pip-audit/compare/v2.4.14...v2.4.15
[2.4.14]: https://github.com/pypa/pip-audit/compare/v2.4.13...v2.4.14
[2.4.13]: https://github.com/pypa/pip-audit/compare/v2.4.12...v2.4.13
[2.4.12]: https://github.com/pypa/pip-audit/compare/v2.4.11...v2.4.12
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.14
rev: v2.4.15
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.14"
__version__ = "2.4.15"

0 comments on commit 6662d0d

Please sign in to comment.