From f83b53fbbfc686c1e10e8cafa66c3e3a9aa103b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:27:43 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [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.1) 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..bdaf8d9 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.1 prometheus-client==0.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 82b7f37..4cf5c3c 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.1 prometheus-client==0.2.0