Skip to content

Commit d424209

Browse files
authored
treewide: prep 2.6.1 (#652)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 4485d24 commit d424209

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.0
30+
rev: v2.6.1
3131
hooks:
3232
- id: pip-audit
3333
- repo: https://github.com/rhysd/actionlint

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.1]
12+
1113
### Fixed
1214

1315
* Fixed a crash on Windows caused by `pip-audit`'s use of temporary files
@@ -539,6 +541,7 @@ All versions prior to 0.0.9 are untracked.
539541

540542
<!-- Release URLs -->
541543
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.6.0...HEAD
544+
[2.6.1]: https://github.com/pypa/pip-audit/compare/v2.6.0...v2.6.1
542545
[2.6.0]: https://github.com/pypa/pip-audit/compare/v2.5.6...v2.6.0
543546
[2.5.6]: https://github.com/pypa/pip-audit/compare/v2.5.5...v2.5.6
544547
[2.5.5]: https://github.com/pypa/pip-audit/compare/v2.5.4...v2.5.5

README.md

Lines changed: 1 addition & 1 deletion
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.0
109+
rev: v2.6.1
110110
hooks:
111111
- id: pip-audit
112112
args: ["-r", "requirements.txt"]

pip_audit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
The `pip_audit` APIs.
33
"""
44

5-
__version__ = "2.6.0"
5+
__version__ = "2.6.1"

0 commit comments

Comments
 (0)