From 509f495673901ca8e3cecf52b05b2ab222c2e31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:14:56 +0000 Subject: [PATCH] Bump pyyaml from 6.0.1 to 6.0.2 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml 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 34c551dd..02e397bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ mkdocs-cinder==1.2.0 mkdocs-minify-plugin==0.8.0 mkdocs-redirects==1.2.1 nltk==3.8.1 -PyYAML==6.0.1 +PyYAML==6.0.2 regex==2024.7.24 six==1.16.0 tornado==6.4.1