Skip to content

Commit e3b46a1

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sortedcontainers~=2.0
1010
scipy~=1.11
1111
sympy
1212
typing_extensions>=4.2
13-
tqdm
13+
tqdm>=4.12

0 commit comments

Comments
 (0)