Skip to content

Commit d5ca197

Browse files
Prep 2.5.0 (#543)
* pip_audit: 2.5.0 Signed-off-by: William Woodruff <[email protected]> * CHANGELOG: prep 2.5.0 Signed-off-by: William Woodruff <[email protected]> * bump lingering versions Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]> Co-authored-by: Alex Cameron <[email protected]>
1 parent d6a8b5b commit d5ca197

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.4.15
30+
rev: v2.5.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.5.0]
12+
1113
### Changed
1214

1315
* Improved error messaging when a requirements input or indirect dependency
@@ -465,7 +467,8 @@ All versions prior to 0.0.9 are untracked.
465467
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))
466468

467469
<!-- Release URLs -->
468-
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.4.15...HEAD
470+
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.5.0...HEAD
471+
[2.4.15]: https://github.com/pypa/pip-audit/compare/v2.4.15...v2.5.0
469472
[2.4.15]: https://github.com/pypa/pip-audit/compare/v2.4.14...v2.4.15
470473
[2.4.14]: https://github.com/pypa/pip-audit/compare/v2.4.13...v2.4.14
471474
[2.4.13]: https://github.com/pypa/pip-audit/compare/v2.4.12...v2.4.13

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.4.15
109+
rev: v2.5.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.4.15"
5+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)