From fd899b3f455c94a5c909feebd03e81c47b14f2e3 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 28 May 2025 17:53:38 +0100 Subject: [PATCH] Fix: Modify docker-py and requests pins Change-Id: I355f76469603992b7c6b3ffa7ebc4fb45968a599 Signed-off-by: Matthew Watkins --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index afb08a65..e079c338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "defusedxml", "Deprecated", "dnspython", - "docker==4.2.2", + "docker", "email-validator", "filelock", "GitPython", @@ -68,7 +68,7 @@ dependencies = [ "pyrsistent", "python-jenkins", "PyYAML", - "requests<2.32.0", + "requests>=2.32.0", "rsa", "ruamel.yaml", "ruamel.yaml.clib", -- 2.16.6