You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some dependencies like boto3 depend on urllib and dependency resolution fails sometimes.
Some other dependencies like aws-requests-auth are bringing in requests as an optional dependency, but they are not pinning the minimum version of requests and are installing requests==0.14.0 which has a potential CVE. Even this does not affect customers, because it is a development dependency, it is important to fix.
Why is this needed?
Some dependencies like boto3 depend on
urllib
and dependency resolution fails sometimes.Some other dependencies like
aws-requests-auth
are bringing inrequests
as an optional dependency, but they are not pinning the minimum version ofrequests
and are installingrequests==0.14.0
which has a potential CVE. Even this does not affect customers, because it is a development dependency, it is important to fix.Which area does this relate to?
Automation
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: