Skip to content

Commit 18cebaf

Browse files
Update requests >=2.32.1 to fix vulnerability (#6909)
1 parent 12ed73a commit 18cebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
# For performance gains with apache arrow
123123
"pandas",
124124
# for downloading datasets over HTTPS
125-
"requests>=2.19.0",
125+
"requests>=2.32.1",
126126
# progress bars in download and scripts
127127
"tqdm>=4.62.1",
128128
# for fast hashing

0 commit comments

Comments
 (0)