Skip to content

Commit

Permalink
treewide: prep 2.6.1 (#652)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Jul 24, 2023
1 parent 4485d24 commit d424209
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pypa/pip-audit
rev: v2.6.0
rev: v2.6.1
hooks:
- id: pip-audit
- repo: https://github.com/rhysd/actionlint
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All versions prior to 0.0.9 are untracked.

## [Unreleased]

## [2.6.1]

### Fixed

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

<!-- Release URLs -->
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.6.0...HEAD
[2.6.1]: https://github.com/pypa/pip-audit/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/pypa/pip-audit/compare/v2.5.6...v2.6.0
[2.5.6]: https://github.com/pypa/pip-audit/compare/v2.5.5...v2.5.6
[2.5.5]: https://github.com/pypa/pip-audit/compare/v2.5.4...v2.5.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For example, using `pip-audit` via `pre-commit` to audit a requirements file:

```yaml
- repo: https://github.com/pypa/pip-audit
rev: v2.6.0
rev: v2.6.1
hooks:
- id: pip-audit
args: ["-r", "requirements.txt"]
Expand Down
2 changes: 1 addition & 1 deletion pip_audit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
The `pip_audit` APIs.
"""

__version__ = "2.6.0"
__version__ = "2.6.1"

0 comments on commit d424209

Please sign in to comment.