diff --git a/pyproject.toml b/pyproject.toml index 2d6e76b4..c6c733ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requires-python = ">=3.11,<3.15" # the main constraint for supported Python vers dependencies = [ "urllib3<3", "multiprocess~=0.70.15", - "requests>=2.31,<2.33", + "requests>=2.33,<2.34", "PyYAML~=6.0", "click~=8.1.3", "jinja2>3,<4",