From 09afd63a211115a7419b5ab06fa3bd0bb00cf5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:49:08 +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.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e38a850..586dbb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ python-dateutil==2.6.1 requests==2.9.1 simplejson==3.8.1 -pyyaml==3.12 +pyyaml==5.4 prometheus-client==0.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 82b7f37..c493bc1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,6 +15,6 @@ bandit>=1.1.0 # Apache-2.0 python-dateutil==2.6.1 requests==2.9.1 simplejson==3.8.1 -pyyaml==3.12 +pyyaml==5.4 prometheus-client==0.2.0