From 16fc909d287a517b26cb73b3c7e52e054db67804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 04:31:28 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.17.21 to 0.17.33 Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.21 to 0.17.33. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8f6275..d7161c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3==1.26.117 PyQt6==6.5.0 PyInstaller==5.10.1 -ruamel.yaml==0.17.21 +ruamel.yaml==0.17.33 nose==1.3.7