From 8f7ebcf91098d7e37ab0906b9f8ef107d099ebf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:42:54 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.4) Signed-off-by: dependabot[bot] --- requirements-py3.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-py3.txt b/requirements-py3.txt index c7419e4e..4068059c 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -69,7 +69,7 @@ python-dateutil==2.7.3 python-etcd==0.4.5 python-lefthandclient==2.1.0 pytz==2018.5 -PyYAML==4.2b4 +PyYAML==5.4 repoze.lru==0.7 requests==2.19.1 retrying==1.3.3 diff --git a/requirements.txt b/requirements.txt index e37589b0..0622c3c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ python-dateutil==2.6.1 python-etcd==0.4.5 python-lefthandclient==2.1.0 pytz==2017.2 -PyYAML==3.12 +PyYAML==5.4 repoze.lru==0.6 requests==2.18.4 retrying==1.3.3