From 36b2fcc3f43040925b5d102346d058c8a70b1c6b Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Tue, 21 May 2024 09:38:25 +0200 Subject: [PATCH] Update requests >=2.32.1 to fix vulnerability (#6909) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1018f67971b..b392eccc32c 100644 --- a/setup.py +++ b/setup.py @@ -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