From 52f5bb71d2c0614beb1651b0afb4f6837c527f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:25:15 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /connection_interface 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] --- connection_interface/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection_interface/requirements.txt b/connection_interface/requirements.txt index 5dc2fb1..77c8d8c 100644 --- a/connection_interface/requirements.txt +++ b/connection_interface/requirements.txt @@ -15,7 +15,7 @@ MarkupSafe==1.1.0 marshmallow==2.17.0 marshmallow-sqlalchemy==0.15.0 openapi-spec-validator==0.2.4 -PyYAML==3.13 +PyYAML==5.4 requests==2.21.0 six==1.12.0 SQLAlchemy==1.2.15