Skip to content

Commit 83780af

Browse files
authored
Prep 2.5.4 (#584)
1 parent 35573a4 commit 83780af

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.5.3
30+
rev: v2.5.4
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.4]
12+
1113
### Changed
1214

1315
* Refactored `index-url` option to not override user pip config by default,
@@ -508,7 +510,8 @@ All versions prior to 0.0.9 are untracked.
508510
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))
509511

510512
<!-- Release URLs -->
511-
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.5.3...HEAD
513+
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.5.4...HEAD
514+
[2.5.4]: https://github.com/pypa/pip-audit/compare/v2.5.3...v2.5.4
512515
[2.5.3]: https://github.com/pypa/pip-audit/compare/v2.5.2...v2.5.3
513516
[2.5.2]: https://github.com/pypa/pip-audit/compare/v2.5.1...v2.5.2
514517
[2.5.1]: https://github.com/pypa/pip-audit/compare/v2.5.0...v2.5.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.5.3
109+
rev: v2.5.4
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.5.3"
5+
__version__ = "2.5.4"

0 commit comments

Comments
 (0)