From c2239b3d4a4d061cf35b937f50246cdfb9dc9d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:25:01 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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/3.13...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d70c58e..9efe3fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests-html==0.9.0 -PyYAML==3.13 +PyYAML==5.4 diff --git a/setup.py b/setup.py index 2208ce2..9d8c626 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(DIR_PATH, 'README.md'), encoding='utf-8') as file: long_description = file.read() -requires = ['requests-html==0.9.0', 'pyyaml==3.13'] +requires = ['requests-html==0.9.0', 'pyyaml==5.4'] setup( name='web_crawler',