From d2895b6bd50f3ea51b0a9e6e2590fecc1e5eb7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 05:09:38 +0000 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dced7be..415a30ac 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "certifi", "colorama==0.4.6", "marshmallow==3.19.0", - "pyyaml==6.0", + "pyyaml==6.0.1", "requests==2.31.0", "tabulate>=0.8,<1.0", "yarl==1.9.2",