From f8d932d07c10d0b952d27fc080aa06617506c419 Mon Sep 17 00:00:00 2001 From: katsugtgz <206627023+katsugtgz@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:56:48 +0700 Subject: [PATCH] deps: bump requests to 2.33.0 to fix PYSEC-2026-1872, PYSEC-2026-2275 Signed-off-by: katsugtgz <206627023+katsugtgz@users.noreply.github.com> --- automation_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_test/requirements.txt b/automation_test/requirements.txt index 8aee6e74ba0..ef1c726b1d4 100644 --- a/automation_test/requirements.txt +++ b/automation_test/requirements.txt @@ -1,2 +1,2 @@ python-socketio==5.8.0 -requests==2.32.3 \ No newline at end of file +requests==2.33.0 \ No newline at end of file