From 59d6010a33b0a79754fd5479a8fed636b6759de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:31:16 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /KafkaUdn Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.4) Signed-off-by: dependabot[bot] --- KafkaUdn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KafkaUdn/requirements.txt b/KafkaUdn/requirements.txt index e4cc17e..dc39c9a 100644 --- a/KafkaUdn/requirements.txt +++ b/KafkaUdn/requirements.txt @@ -13,7 +13,7 @@ idna==2.7 itsdangerous==0.24 Jinja2==2.10 MarkupSafe==1.0 -PyYAML==3.11 +PyYAML==5.4 requests==2.19.1 six==1.9.0 urllib3==1.23