From c7addd4697871f1e31359ea73dba2ee5e36be7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:19:27 +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 cbddf0b..b95f09d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ Sphinx==7.3.7 sphinx-rtd-theme==3.0.1 pytest==8.3.3 pytest-cov==5.0.0 -pyyaml==6.0.1 +pyyaml==6.0.2 ruff==0.6.8