Skip to content

Commit d406600

Browse files
authored
treewide: prep 2.4.12 (#457)
1 parent 4ee254a commit d406600

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.11
30+
rev: v2.4.12
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.4.12]
12+
1113
### Fixed
1214

1315
* Fixed `pip-audit`'s virtual environment creation and upgrade behavior,
@@ -417,7 +419,8 @@ All versions prior to 0.0.9 are untracked.
417419
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))
418420

419421
<!-- Release URLs -->
420-
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.4.11...HEAD
422+
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.4.12...HEAD
423+
[2.4.12]: https://github.com/pypa/pip-audit/compare/v2.4.11...v2.4.12
421424
[2.4.11]: https://github.com/pypa/pip-audit/compare/v2.4.10...v2.4.11
422425
[2.4.10]: https://github.com/pypa/pip-audit/compare/v2.4.9...v2.4.10
423426
[2.4.9]: https://github.com/pypa/pip-audit/compare/v2.4.8...v2.4.9

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.11
109+
rev: v2.4.12
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.11"
5+
__version__ = "2.4.12"

0 commit comments

Comments
 (0)