From 3406bffa8e57e75242a929d4f4d63ab4f98b609a Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Tue, 3 Sep 2024 13:33:11 -0400 Subject: [PATCH] Decline the Renovate bot's update suggestion --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4421a5e..f0525d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ arcaflow-plugin-sdk = "0.14.1" opensearch-py = "^2.0.0" certifi = "^2024.0.0" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183 +# required until Python 3.10: https://github.com/opensearch-project/opensearch-py/blob/a24b9f3f3cccd779ef0d9b1161ce8ce518717d10/setup.py#L57-L58 urllib3 = ">=1.25.4,<1.27" [tool.poetry.dev-dependencies]