From 3b152833b83a085686d4341d3fe8149ee36589dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:28:26 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eeb2c4f992..90b9cf2161 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ mkdocs-material-extensions==1.0.1 pep562==1.0 Pygments==2.5.2 pymdown-extensions==9.0 -PyYAML==5.3 +PyYAML==5.4 six==1.14.0 tornado==6.0.3