From 43e6a8067c59d4da14818d61072e7bb466d96c8b Mon Sep 17 00:00:00 2001 From: Marina Galvagni <96880748+margalva@users.noreply.github.com> Date: Tue, 21 May 2024 19:06:26 +0200 Subject: [PATCH] Force the requests version to avoid issues with docker (#99) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dafcb87..0cce7bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pypng>=0.20220715.0", "python-dateutil>=2.8.0", "pytz>=2021.3", - "requests>=2.28.2", + "requests>=2.28.2,<2.32", "twine>=4.0.1", "urllib3<2.0.0", "Pillow>=9.3.0"