Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Updated urllib3's version in requirements.txt #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ decorator==4.3
idna==2.8
requests==2.21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
requests==2.21
requests==2.22

Potentially why the build is failing as requests 2.21 has the following requirement:
"requests 2.21.0 has requirement urllib3<1.25,>=1.21.1"

simplejson==3.16
urllib3==1.24.2
urllib3>=1.26.5
pytz==2019.3