From 8184c48eed9a1d187967e4ca50760ca0fbb4e099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 19:51:08 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.2...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 8dee071..163e3f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ PyMySQL==0.9.3 PyNaCl==1.4.0 pyparsing==2.4.7 pysolr==3.8.1 -PyYAML==5.1.2 +PyYAML==5.4 readme-renderer==26.0 requests==2.22.0 requests-toolbelt==0.9.1 diff --git a/setup.py b/setup.py index 9c65196..e792072 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'idna==2.8', 'PyMySQL', 'pysolr==3.8.1', - 'PyYAML==5.1.2', + 'PyYAML==5.4', 'requests==2.22.0', 'tqdm==4.35.0', 'urllib3==1.25.3',