Skip to content

Commit

Permalink
Pin urllib3 in Pipfile
Browse files Browse the repository at this point in the history
For dependabot workardound
- dependabot/dependabot-core#6200
  • Loading branch information
glensc committed Jan 12, 2023
1 parent 3b313f8 commit 4315380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requests = ">=2.25.1"
requests-cache = "==0.9.7"
rich = "==13.0.1"
tqdm = "==4.64.1"
urllib3 = ">=1.26.6"
urllib3 = "==1.26.13"
websocket-client = "==1.4.2"

[requires]
Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4315380

Please sign in to comment.