From 4fa3d454c52da486f4626f0df90fd9fa20e04049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 21:51:07 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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/5.3...5.4) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a1269b9..9565766 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,6 +10,6 @@ pytest-mock==1.10.0 pytest-pythonpath==0.7.2 pytest-cov==2.5.1 flake8==3.5.0 -PyYAML==5.3 +PyYAML==5.4 Sphinx==1.7.6 phix==0.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index f5e5464..898efbc 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ install_requires=[ 'click>=5.1', 'click-log', - 'PyYAML >= 4.3, <= 5.3', + 'PyYAML >= 4.3, < 5.5', 'Jinja2>=2.10', 'docker[ssh] >= 5', 'docker-compose >= 1.29'