From 5503457ae7df1f1fec7c36b5d677c28f7563ee72 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:19:17 +0400 Subject: [PATCH 1/2] Update docker image in config.json to supervisely/import-export:6.73.162 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c139950..f5c5ea7 100644 --- a/config.json +++ b/config.json @@ -26,6 +26,6 @@ ], "context_root": "Download as" }, - "docker_image": "supervisely/import-export:6.73.160", + "docker_image": "supervisely/import-export:6.73.162", "min_instance_version": "6.11.8" } \ No newline at end of file From e5c543e19630f2922b91fe0097d6e5662f2d7c86 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:19:22 +0400 Subject: [PATCH 2/2] update dev_requirements.txt --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 2c29702..5d6a7a6 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1 +1 @@ -supervisely==6.73.160 \ No newline at end of file +supervisely==6.73.162 \ No newline at end of file