4.2.3
I had bumped urllib3
to the latest version at the time (1.25.2
) in #80 to resolve a security vulnerability in urllib3 < 1.24.2
.
However, this meant that the required requests
version, 2.20.0
had the wrong urllib3
version.
urllib3@1.24.3
both avoids the security vulnerability and fulfills requests
' urllib3
version requirements.