Fix: Modify docker-py and requests pins 85/73485/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 28 May 2025 16:53:38 +0000 (17:53 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 28 May 2025 16:53:38 +0000 (17:53 +0100)
Change-Id: I355f76469603992b7c6b3ffa7ebc4fb45968a599
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
pyproject.toml

index afb08a6..e079c33 100644 (file)
@@ -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",