From 3fb7b48852da899127f19823d59dd749f79865d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:18:59 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /bundle/src/sagemaker_rl_agent Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.4) --- updated-dependencies: - dependency-name: pyyaml 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..509abbd6 100644 --- a/bundle/src/sagemaker_rl_agent/setup.py +++ b/bundle/src/sagemaker_rl_agent/setup.py @@ -33,7 +33,7 @@ 'kubernetes==7.0.0', 'bokeh==1.4.0', 'rl-coach-slim==1.0.0', - 'PyYAML==3.13', + 'PyYAML==5.4', 'rospkg==1.1.7', 'shapely==1.6.4', 'h5py==2.10.0',