From 5b2f80564d7512fff97584b0c7739a37ff158b41 Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Tue, 9 May 2023 16:21:20 +0200 Subject: [PATCH] [resoto][chore] Bump resotoclient (#1578) * [resoto][chore] Bump resotoclient * fix parameter --- plugins/k8s/tools/successors.py | 2 +- resotocore/requirements-test.txt | 2 +- resotocore/tests/resotocore/web/api_test.py | 2 +- resotoshell/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/k8s/tools/successors.py b/plugins/k8s/tools/successors.py index 0d733e9542..4bf81c9ec2 100644 --- a/plugins/k8s/tools/successors.py +++ b/plugins/k8s/tools/successors.py @@ -19,4 +19,4 @@ def get_successors(client: ResotoClient) -> None: if __name__ == "__main__": - get_successors(ResotoClient("https://localhost:8900", None)) + get_successors(ResotoClient("https://localhost:8900")) diff --git a/resotocore/requirements-test.txt b/resotocore/requirements-test.txt index 2c32ede937..95a45d2b95 100644 --- a/resotocore/requirements-test.txt +++ b/resotocore/requirements-test.txt @@ -4,4 +4,4 @@ pytest-cov==4.0.0 pytest-runner==6.0.0 pytest-asyncio==0.21.0 hypothesis==6.72.0 -resotoclient==1.2.1 +resotoclient==1.4.1 diff --git a/resotocore/tests/resotocore/web/api_test.py b/resotocore/tests/resotocore/web/api_test.py index 965cf3a455..0e71307106 100644 --- a/resotocore/tests/resotocore/web/api_test.py +++ b/resotocore/tests/resotocore/web/api_test.py @@ -97,7 +97,7 @@ async def core_client( count -= 1 if count == 0: raise AssertionError("Process does not came up as expected") - async with ApiClient(f"http://localhost:{port}", None) as client: + async with ApiClient(f"http://localhost:{port}") as client: yield client # terminate the process process.terminate() diff --git a/resotoshell/requirements.txt b/resotoshell/requirements.txt index ca8e12af68..ff7a08cc44 100644 --- a/resotoshell/requirements.txt +++ b/resotoshell/requirements.txt @@ -1,4 +1,4 @@ prompt-toolkit==3.0.38 rich==13.3.4 resotolib==3.4.2 -resotoclient==1.2.1 +resotoclient==1.4.1