Commit e3b46a1
authored
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.1 parent f30e6d4 commit e3b46a1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments