Skip to content

Commit c2f4bd7

Browse files
authored
prep 2.6.3 (#720)
1 parent f6cdd44 commit c2f4bd7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Diff for: .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.2
30+
rev: v2.6.3
3131
hooks:
3232
- id: pip-audit
3333
- repo: https://github.com/rhysd/actionlint

Diff for: 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.6.3]
12+
1113
### Fixed
1214

1315
* Removed a misleading warning message that resulted in user confusion
@@ -557,7 +559,8 @@ All versions prior to 0.0.9 are untracked.
557559
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))
558560

559561
<!-- Release URLs -->
560-
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.6.2...HEAD
562+
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.6.3...HEAD
563+
[2.6.3]: https://github.com/pypa/pip-audit/compare/v2.6.2...v2.6.3
561564
[2.6.2]: https://github.com/pypa/pip-audit/compare/v2.6.1...v2.6.2
562565
[2.6.1]: https://github.com/pypa/pip-audit/compare/v2.6.0...v2.6.1
563566
[2.6.0]: https://github.com/pypa/pip-audit/compare/v2.5.6...v2.6.0

Diff for: 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.2
109+
rev: v2.6.3
110110
hooks:
111111
- id: pip-audit
112112
args: ["-r", "requirements.txt"]

Diff for: 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.2"
5+
__version__ = "2.6.3"

0 commit comments

Comments
 (0)