From 2d88b5d4f11d5de37f892089e602ac0c7da08ffe Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Thu, 17 Oct 2024 11:45:49 -0400 Subject: [PATCH 1/2] Update requests 2.32.3 2.32.0 was yanked --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index ab6603f4..6448ab4b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -11,7 +11,7 @@ pymemcache==4.0.0 nested-lookup==0.2.22 # The commons package requires requests>=2.22.0 and PyYAML>=5.3.1 -requests==2.32.0 +requests==2.32.3 PyYAML==5.4.1 # Use the published package from PyPI as default From 4f0320fa53cf3dfe889342515f8baca83a48c79a Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Thu, 17 Oct 2024 12:05:23 -0400 Subject: [PATCH 2/2] Bump version to 2.3.26 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3d55c7a8..91a51660 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.25 +2.3.26