From 8729e8949934a0932928cff0546b71fd55658239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:52:29 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /tarnish-server 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] --- tarnish-server/requirements.txt | 2 +- tarnish-server/tarnishworker/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tarnish-server/requirements.txt b/tarnish-server/requirements.txt index b01ec8d..1c6003e 100644 --- a/tarnish-server/requirements.txt +++ b/tarnish-server/requirements.txt @@ -18,7 +18,7 @@ pika==0.11.2 pycurl==7.43.0.1 python-dateutil==2.7.2 pytz==2018.4 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.6 requests==2.18.4 s3transfer==0.1.13 diff --git a/tarnish-server/tarnishworker/requirements.txt b/tarnish-server/tarnishworker/requirements.txt index c231ed5..2a2adb8 100644 --- a/tarnish-server/tarnishworker/requirements.txt +++ b/tarnish-server/tarnishworker/requirements.txt @@ -18,7 +18,7 @@ pika==0.11.2 pycurl==7.43.0.1 python-dateutil==2.7.2 pytz==2018.4 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.6 requests==2.18.4 s3transfer==0.1.13