Explorar o código

setyp.py: fix minimum docker-py requirement to 4.2.2

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Sebastiaan van Stijn %!s(int64=5) %!d(string=hai) anos
pai
achega
a559d50db8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -33,7 +33,7 @@ install_requires = [
     'texttable >= 0.9.0, < 2',
     'websocket-client >= 0.32.0, < 1',
     'distro >= 1.5.0, < 2',
-    'docker[ssh] >= 4.2.1, < 5',
+    'docker[ssh] >= 4.2.2, < 5',
     'dockerpty >= 0.4.1, < 1',
     'jsonschema >= 2.5.1, < 4',
     'python-dotenv >= 0.13.0, < 1',