Skip to content

Commit

Permalink
Merge pull request #12 from springload/fix/pip-audit_pin_urllib3
Browse files Browse the repository at this point in the history
Pin urllib3 to < 2.0
  • Loading branch information
dases authored May 10, 2023
2 parents 12ef1be + ab1bbed commit 3e493d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/static_analysis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ flake8-docstrings
flake8-print
flake8-spellcheck
isort~=5.10
# urllib3 v2 updates break cachecontrol, an upstream dependency of pip-audit
# https://github.com/ionrock/cachecontrol/pull/294
urllib3<2
# Pip-audit 2.5.3 changes package resolution
# and attempts to install psycopg2 from source
pip-audit==2.5.2

0 comments on commit 3e493d7

Please sign in to comment.