oracc / nammu

Oracc GUI
GNU General Public License v3.0
12 stars 10 forks source link

Install latest version of `requests` to fix security vulnerabili… #405

Closed giordano closed 4 years ago

giordano commented 4 years ago

Version 2.20+ of requests is required for this. urllib3 is a dependency of requests, but versions 1.25+ only work with newer versions of setuptools. We couldn’t install a newer version of setuptools, so we fixed urllib3 to the latest installable version (1.24.3).

Fixes #351.