From 1162e6a66be06b8819a9bfa07709d129bf8c0e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:30:03 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.17.33 to 0.18.3 Bumps [ruamel-yaml]() from 0.17.33 to 0.18.3. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-test-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index 5c67055dd..eb5c1a349 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,5 +1,5 @@ h5py==3.10.0; implementation_name=='cpython' numpy==1.26.1 pandas==2.1.1; implementation_name=='cpython' -ruamel.yaml==0.17.33 +ruamel.yaml==0.18.3 tables==3.8.0; implementation_name=='cpython'