From 21ff8510e13892434ddde52be113ba0177ac3024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:18:50 +0000 Subject: [PATCH] Bump opencv-python in /bundle/src/sagemaker_rl_agent Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.1.1.26 to 4.2.0.32. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bundle/src/sagemaker_rl_agent/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/src/sagemaker_rl_agent/setup.py b/bundle/src/sagemaker_rl_agent/setup.py index 00741684..6e4174f9 100644 --- a/bundle/src/sagemaker_rl_agent/setup.py +++ b/bundle/src/sagemaker_rl_agent/setup.py @@ -40,7 +40,7 @@ 'protobuf==3.19.4', 'tensorflow==1.11', 'redis==4.4.4', - 'opencv-python==4.1.1.26', + 'opencv-python==4.2.0.32', 'python-dateutil==2.5.3', 'pytest==4.6.9', 'docutils==0.15.2',