From a8208f9e5c84743d69f37a0b4d85484f14127e5a Mon Sep 17 00:00:00 2001 From: Yerlan Date: Mon, 11 Nov 2024 15:42:15 +0100 Subject: [PATCH] Update requirements.txt because the versions specified were yanked --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 165f962d..777cdd1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,8 +37,8 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_full_version < pytz==2024.1 ; python_version >= "3.9" and python_full_version < "3.13" pyyaml==6.0.1 ; python_version >= "3.9" and python_full_version < "3.13" regex==2023.12.25 ; python_version >= "3.9" and python_full_version < "3.13" -requests-oauthlib==1.4.0 ; python_version >= "3.9" and python_full_version < "3.13" -requests==2.32.0 ; python_version >= "3.9" and python_full_version < "3.13" +requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_full_version < "3.13" +requests==2.32.3 ; python_version >= "3.9" and python_full_version < "3.13" rich==12.6.0 ; python_version >= "3.9" and python_full_version < "3.13" rsa==4.9 ; python_version >= "3.9" and python_full_version < "3.13" s3transfer==0.10.0 ; python_version >= "3.9" and python_full_version < "3.13"