From 01dc7e784121f467cfba391af795d2c0bc0b45c1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 10 Jun 2025 11:21:34 -0700 Subject: [PATCH] Upgrade requests in test requirements to "fix" theoretical security vulnerability. --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index b80ffc4e..4f107722 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -27,6 +27,6 @@ pytest==8.2.1 pytest-cov==5.0.0 PyYAML>5.0.0 regex -requests==2.32.2 +requests==2.32.4 ruamel.yaml>0.15.0 toml==0.10.2