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
Increase min version of Python tqdm for security (#7076)
The Python tqdm package prior to version 4.11.2 has a vulnerability
that could allow attackers to execute arbitrary code, as documented in
this security advisory:
- https://osv.dev/vulnerability/PYSEC-2017-74
Increasing the minimum version to 4.12 or higher seems like the
easiest solution.
0 commit comments