google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
452 stars 89 forks source link

Bump urllibl3 version to 2.0.7 and fix Azure unit tests #502

Closed jleaniz closed 4 months ago

jleaniz commented 4 months ago

Bump urllib3 version requirements to match other dependencies like boto3/botocore which support 2.0.7. This also would unblock Turbinia from pinning to urllib3 1.26 which is on its way to being deprecated

jleaniz commented 4 months ago

Azure tests are failing but seems unrelated to this change. All other tests pass when running locally.

tomchop commented 4 months ago

LGTM, but we should fix everything else that's failing?