From 39c14990f07877180ac0c96dd9b5920981ad54ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jul 2022 02:15:03 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 837a294cc..f3b41fa73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,9 +27,7 @@ ghp-import==2.0.2 idna==3.3 # via requests importlib-metadata==4.11.1 - # via - # markdown - # mkdocs + # via mkdocs jinja2==3.0.3 # via # mkdocs @@ -85,7 +83,7 @@ python-dotenv==0.19.2 # via -r requirements.in python-frontmatter==1.0.0 # via -r requirements.in -pyyaml==5.1 +pyyaml==5.4 # via # mkdocs # mkdocs-macros-plugin