diff --git a/pyproject.toml b/pyproject.toml index a6b15a8..f6d16d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ requires-python = ">=3.10" dependencies = [ "pytest>=7.0.0,<9.0.0", "docker>=6.1.0", + "requests<2.32.0", ] classifiers = [ "License :: OSI Approved :: MIT License",