From e975c7d3b35badde5c0a0455cc664d04d9a6adc3 Mon Sep 17 00:00:00 2001 From: Teoderick Contreras Date: Mon, 20 Apr 2026 16:57:38 +0200 Subject: [PATCH] fix_25645 --- total_replay/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/total_replay/pyproject.toml b/total_replay/pyproject.toml index a49c77ce..e7b6a2c4 100644 --- a/total_replay/pyproject.toml +++ b/total_replay/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "rich (>=14.2.0,<15.0.0)", "typer (>=0.20.0,<0.21.0)", "pyyaml (>=6.0.3,<7.0.0)", - "requests (>=2.32.5,<3.0.0)", + "requests (>=2.33.0,<3.0.0)", "urllib3 (>=2.6.3,<3.0.0)", "pandas (>=2.3.3,<3.0.0)", "colorama (>=0.4.6,<0.5.0)",