sul-dlss / dlme-harvest

DLME Scripts for harvesting data from providers
0 stars 0 forks source link

update python dependencies #28

Closed aaron-collier closed 5 years ago

aaron-collier commented 5 years ago

Update security vulnerabilities

jacobthill commented 5 years ago

There are known security issues with urllib3>=1.24.2=py37_0 as well; probably better to use urllib3>=1.24.3=py37_0. Looks good to me otherwise.

jacobthill commented 5 years ago

I should say, this may not solve the problem. The packages need to be updated in the version of Python installed on the server via pip (e.g. pip install [package_name] --upgrade).