Skip to content

Commit 27dfa6f

Browse files
authored
prep 2.7.0 (#722)
Signed-off-by: William Woodruff <[email protected]>
1 parent 11d2786 commit 27dfa6f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/pypa/pip-audit
30-
rev: v2.6.3
30+
rev: v2.7.0
3131
hooks:
3232
- id: pip-audit
3333
- repo: https://github.com/rhysd/actionlint

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All versions prior to 0.0.9 are untracked.
88

99
## [Unreleased]
1010

11+
## [2.7.0]
12+
1113
### Added
1214

1315
* `pip-audit` now includes vulnerability aliases when `--format=json` is used,
@@ -565,7 +567,8 @@ All versions prior to 0.0.9 are untracked.
565567
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))
566568

567569
<!-- Release URLs -->
568-
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.6.3...HEAD
570+
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.7.0...HEAD
571+
[2.7.0]: https://github.com/pypa/pip-audit/compare/v2.6.3...v2.7.0
569572
[2.6.3]: https://github.com/pypa/pip-audit/compare/v2.6.2...v2.6.3
570573
[2.6.2]: https://github.com/pypa/pip-audit/compare/v2.6.1...v2.6.2
571574
[2.6.1]: https://github.com/pypa/pip-audit/compare/v2.6.0...v2.6.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For example, using `pip-audit` via `pre-commit` to audit a requirements file:
106106

107107
```yaml
108108
- repo: https://github.com/pypa/pip-audit
109-
rev: v2.6.3
109+
rev: v2.7.0
110110
hooks:
111111
- id: pip-audit
112112
args: ["-r", "requirements.txt"]

pip_audit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
The `pip_audit` APIs.
33
"""
44

5-
__version__ = "2.6.3"
5+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)