From 5b7ea5af7b79d48d49941f9ff1427be0e025199b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:50:19 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /python/auth Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.4) Signed-off-by: dependabot[bot] --- python/auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/auth/requirements.txt b/python/auth/requirements.txt index 4e296fc..0e75c69 100644 --- a/python/auth/requirements.txt +++ b/python/auth/requirements.txt @@ -7,5 +7,5 @@ MarkupSafe==1.0 marshmallow==2.15.0 pika==0.11.2 PyJWT==1.4.2 -PyYAML==3.13 +PyYAML==5.4 Werkzeug==0.14