diff --git a/pyproject.toml b/pyproject.toml index 69f29a4a..7a8a99bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,9 +66,10 @@ cli = [ "cryptography==39.0.1", "pyOpenSSL==23.1.1", "PyGithub==1.55", - "docker>=6.0.1", + "docker>=7.0.0", "kubernetes==23.6.0", - "bottle==0.12.25" + "bottle==0.12.25", + "requests==2.31.0" ] airflow = [ "apache-airflow==2.7.2", diff --git a/src/domino/VERSION b/src/domino/VERSION index b3ec1638..2bd77c74 100644 --- a/src/domino/VERSION +++ b/src/domino/VERSION @@ -1 +1 @@ -0.9.3 \ No newline at end of file +0.9.4 \ No newline at end of file