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
Bump requests (pip) from 2.32.0 in llvm/utils/git/requirements.txt (intel#14022)
Bumps requests (pip) from 2.32.0 to resolve identified security
vulnerability in 3rd party dependency.
When making requests through a Requests Session, if the first request is
made with verify=False to disable cert verification, all subsequent
requests to the same origin will continue to ignore cert verification
regardless of changes to the value of verify. This behavior will
continue for the lifecycle of the connection in the connection pool.
Upgrading will resolve this issue.
Refer to psf/requests#6655
0 commit comments