From 3d95159dbd918009e1ff710dba0cd15d96d4264e Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:09:43 +0200 Subject: [PATCH] Update yanked version of minimum requests requirement (#6945) Update requests yanked version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c558460800..6b21183daa8 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.32.1", + "requests>=2.32.2", # progress bars in download and scripts "tqdm>=4.66.3", # for fast hashing