Skip to content

Commit

Permalink
pyproject: add, pin requests (#605)
Browse files Browse the repository at this point in the history
* pyproject: add, pin requests

Signed-off-by: William Woodruff <[email protected]>

* pyproject: NOTE

Signed-off-by: William Woodruff <[email protected]>

* CHANGELOG: record changes

Signed-off-by: William Woodruff <[email protected]>

* pyproject: relax

Signed-off-by: William Woodruff <[email protected]>

* pyproject: fix dep comment

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored May 3, 2023
1 parent 2b03cba commit 5955d52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ All versions prior to 0.0.9 are untracked.
* Fixed a crash caused by invalid UTF-8 sequences in subprocess outputs
([#572](https://github.com/pypa/pip-audit/pull/572))

* Fixed a crash caused by incompatible dependency changes
([#605](https://github.com/pypa/pip-audit/pull/605))

## [2.5.2]

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ dependencies = [
"packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464
"pip-api>=0.0.28",
"pip-requirements-parser>=32.0.0",
# NOTE(ww): urllib3 2.0 and higher are incompatible with CacheControl;
# we prevent its use by using a version of requests that uses urllib3 < 2.0.
# See: https://github.com/psf/requests/issues/6437
"requests<2.30",
"rich>=12.4",
"toml>=0.10",
]
Expand Down

0 comments on commit 5955d52

Please sign in to comment.