Skip to content

Commit

Permalink
Pin urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 19, 2024
1 parent 3799798 commit 7d9ccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- v3-dependencies-default
- run: pip install pipenv==2024.0.1
- run: pipenv --version
- run: pipenv run pip install -U urllib3 cryptography==3.3.2 pip --quiet --no-input
- run: pipenv run pip install -U urllib3==2.2.2 cryptography==3.3.2 pip --quiet --no-input
- run: pipenv run pip uninstall -y poetry
- run: pipenv sync --dev
- run: pipenv check # before save_cache so an insecure cache is never saved
Expand Down

0 comments on commit 7d9ccf6

Please sign in to comment.