Skip to content

Commit 60d21ef

Browse files
Update requests >=2.32.1 to fix vulnerability (#6909)
1 parent 1eabcfa commit 60d21ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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.66.3",
128128
# for fast hashing

0 commit comments

Comments
 (0)