From e753c9555a29f5cb1bc63afccc4eaf8253bbbaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:24:08 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4e56e7f1..41b167d39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -281,7 +281,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "PyYAML==6.0", + "PyYAML==6.0.1", "Sphinx-Substitution-Extensions==2022.2.16", "Sphinx==7.0.1", "VWS-Test-Fixtures==2023.3.5",