From b05b60fbe306ec33788e23fff441d0797c4adf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:34:38 +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) 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 0056fb9..ffec721 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ py==1.8.0 pytest==4.4.2 python-dateutil==2.8.0 pytz==2019.1 -PyYAML==5.1 +PyYAML==5.4 six==1.12.0 wincertstore==0.2 diff --git a/setup.py b/setup.py index d713749..e6acfb1 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,6 @@ url = "https://github.com/holmesjoli/utilsPy", packages = setuptools.find_packages(), install_requires = [ - 'pyyaml==5.1' + 'pyyaml==5.4' ] )