From e7b91d20766c48d4b42be4de8d0d30afed70c47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:15:28 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /RabbitMqUdn 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] --- RabbitMqUdn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RabbitMqUdn/requirements.txt b/RabbitMqUdn/requirements.txt index 131ff49..002c46a 100644 --- a/RabbitMqUdn/requirements.txt +++ b/RabbitMqUdn/requirements.txt @@ -13,7 +13,7 @@ itsdangerous==0.24 Jinja2==2.10 MarkupSafe==1.0 pika==1.0.1 -PyYAML==3.11 +PyYAML==5.4 requests==2.19.1 six==1.9.0 urllib3==1.23