diff --git a/qa/tools/pyproject.toml b/qa/tools/pyproject.toml index c2d9186..cd32900 100644 --- a/qa/tools/pyproject.toml +++ b/qa/tools/pyproject.toml @@ -18,5 +18,5 @@ classifiers = [ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "openeo>=0.30.0", + "requests>=2.32.0", ]