From 432e4a8f79ff5fac8c75ccbc5bbecee0c6d11fd5 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Tue, 27 Feb 2024 09:37:07 +0900 Subject: [PATCH 1/3] Update ote-ci container image to ote-ci:11.7.1.1-devel-ubuntu20.04 (#2976) --- .github/workflows/pre_merge.yml | 2 +- .github/workflows/run_tests_in_tox_custom.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre_merge.yml b/.github/workflows/pre_merge.yml index 6dd81a43147..bb3696c786f 100644 --- a/.github/workflows/pre_merge.yml +++ b/.github/workflows/pre_merge.yml @@ -69,7 +69,7 @@ jobs: cancel-in-progress: true runs-on: ["otx-gpu-v100-1"] container: - image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e + image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:11.7.1.1-devel-ubuntu20.04 options: --runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=24g steps: - name: Checkout repository diff --git a/.github/workflows/run_tests_in_tox_custom.yml b/.github/workflows/run_tests_in_tox_custom.yml index 47a06f21ef0..e22fc8d114a 100644 --- a/.github/workflows/run_tests_in_tox_custom.yml +++ b/.github/workflows/run_tests_in_tox_custom.yml @@ -46,7 +46,7 @@ jobs: # https://github.com/orgs/community/discussions/11692 runs-on: ${{ fromJson(inputs.runs-on) }} container: - image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e + image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:11.7.1.1-devel-ubuntu20.04 options: ${{ inputs.container-options }} timeout-minutes: ${{ inputs.timeout-minutes }} steps: From 3e445e7169a11a3297b019f56404d646c507f072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:17:44 +0900 Subject: [PATCH 2/3] Bump onnx from 1.13.0 to 1.15.0 in /requirements (#2986) Bumps [onnx](https://github.com/onnx/onnx) from 1.13.0 to 1.15.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.13.0...v1.15.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1645d008dcd..728ef0f5e9a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ pytest==7.4.* coverage==7.3.* pytest-timeout==2.2.* pytest-mock==3.12.* -onnx==1.13.0 +onnx==1.15.0 onnxruntime==1.14.1 pytest-csv==3.0.* tox==4.11.* From 6efdadaeff691e040c4b99246ff9ffbd3de362c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:18:21 +0900 Subject: [PATCH 3/3] Update pymongo requirement from ==4.5.* to ==4.6.* in /requirements (#2988) Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/api.txt b/requirements/api.txt index 4b1f9a8cfb0..0274aacd43e 100644 --- a/requirements/api.txt +++ b/requirements/api.txt @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0 numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime omegaconf>=2.1.1 opencv-python>=4.5 -pymongo==4.5.* +pymongo==4.6.* scikit-learn==1.3.* Shapely>=1.7.1,<=1.8.0 imagesize==1.4.1