Skip to content

Commit

Permalink
prep 2.7.0 (#722)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jan 11, 2024
1 parent 11d2786 commit 27dfa6f
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.6.3
rev: v2.7.0
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.7.0]

### Added

* `pip-audit` now includes vulnerability aliases when `--format=json` is used,
Expand Down Expand Up @@ -565,7 +567,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.6.3...HEAD
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/pypa/pip-audit/compare/v2.6.3...v2.7.0
[2.6.3]: https://github.com/pypa/pip-audit/compare/v2.6.2...v2.6.3
[2.6.2]: https://github.com/pypa/pip-audit/compare/v2.6.1...v2.6.2
[2.6.1]: https://github.com/pypa/pip-audit/compare/v2.6.0...v2.6.1
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.6.3
rev: v2.7.0
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.6.3"
__version__ = "2.7.0"

0 comments on commit 27dfa6f

Please sign in to comment.