From 67826b6f2302799f89878bf729fe3d1ac567d8eb Mon Sep 17 00:00:00 2001 From: vinicvaz Date: Wed, 22 May 2024 17:10:03 -0300 Subject: [PATCH 1/2] pin requests on 2.31.0 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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", From c2054f3ecdf95d10db4e0cf89de5e1c0fe71462d Mon Sep 17 00:00:00 2001 From: vinicvaz Date: Wed, 22 May 2024 17:14:53 -0300 Subject: [PATCH 2/2] bump version --- src/domino/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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