Skip to content

Commit

Permalink
Prep 2.5.2 (#562)
Browse files Browse the repository at this point in the history
* pip_audit: 2.5.2

Signed-off-by: William Woodruff <william@trailofbits.com>

* CHANGELOG: prep 2.5.2

Signed-off-by: William Woodruff <william@trailofbits.com>

* treewide: 2.5.2

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Mar 20, 2023
1 parent 849d6b9 commit 82b12d5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.5.1
rev: v2.5.2
hooks:
- id: pip-audit
- repo: https://github.com/rhysd/actionlint
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ All versions prior to 0.0.9 are untracked.

## [Unreleased]

## [2.5.2]

### Fixed

* Fixed a loose dependency constraint for CycloneDX SBOM generation
([#558](https://github.com/pypa/pip-audit/pull/558))

## [2.5.1]

### Fixed
Expand Down Expand Up @@ -474,7 +481,8 @@ All versions prior to 0.0.9 are untracked.
dependency errors ([#146](https://github.com/pypa/pip-audit/pull/146))

<!-- Release URLs -->
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.5.1...HEAD
[Unreleased]: https://github.com/pypa/pip-audit/compare/v2.5.2...HEAD
[2.5.2]: https://github.com/pypa/pip-audit/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/pypa/pip-audit/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/pypa/pip-audit/compare/v2.4.15...v2.5.0
[2.4.15]: https://github.com/pypa/pip-audit/compare/v2.4.14...v2.4.15
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.5.1
rev: v2.5.2
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.5.1"
__version__ = "2.5.2"

0 comments on commit 82b12d5

Please sign in to comment.