From: Matthew Watkins Date: Wed, 28 May 2025 16:53:38 +0000 (+0100) Subject: Fix: Modify docker-py and requests pins X-Git-Tag: v0.37.13~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=fd899b3f455c94a5c909feebd03e81c47b14f2e3;p=releng%2Flftools.git Fix: Modify docker-py and requests pins Change-Id: I355f76469603992b7c6b3ffa7ebc4fb45968a599 Signed-off-by: Matthew Watkins --- 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",