Skip to content

Commit

Permalink
setup: pip-api >= 0.0.26 (#196)
Browse files Browse the repository at this point in the history
* setup: pip-api >= 0.0.26

* CHANGELOG: record changes
  • Loading branch information
woodruffw authored Dec 7, 2021
1 parent 74d3d7c commit efb2899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ All versions prior to 0.0.9 are untracked.

### Fixed

* Dependency sources: a crash caused by unexpected logging statements in `pip`'s
JSON output was fixed
([#196](https://github.com/trailofbits/pip-audit/pull/196))

### Removed

## [1.1.0] - 2021-12-06
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
platforms="any",
python_requires=">=3.6",
install_requires=[
"pip-api>=0.0.25",
"pip-api>=0.0.26",
"packaging>=21.0.0",
# TODO: Remove this once 3.7 is our minimally supported version.
"dataclasses>=0.6; python_version < '3.7'",
Expand Down

0 comments on commit efb2899

Please sign in to comment.