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)",