Skip to content

Commit

Permalink
Update requests >=2.32.1 to fix vulnerability (#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Jun 3, 2024
1 parent 12ed73a commit 18cebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
# For performance gains with apache arrow
"pandas",
# for downloading datasets over HTTPS
"requests>=2.19.0",
"requests>=2.32.1",
# progress bars in download and scripts
"tqdm>=4.62.1",
# for fast hashing
Expand Down

0 comments on commit 18cebaf

Please sign in to comment.