diff --git a/total_replay/pyproject.toml b/total_replay/pyproject.toml index b4d0d869..a49c77ce 100644 --- a/total_replay/pyproject.toml +++ b/total_replay/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "typer (>=0.20.0,<0.21.0)", "pyyaml (>=6.0.3,<7.0.0)", "requests (>=2.32.5,<3.0.0)", - "urllib3 (>=2.6.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)", "ansible-runner (>=2.4.2,<3.0.0)"