From cd5c49f3a5967992aaf26565cdf357fae8a9197c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 20:28:58 +0000 Subject: [PATCH] Bump pyyaml from 4.2b4 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b4 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/commits/5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... 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 8facfc50..89769701 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ tox==3.24.1 coverage==4.1 Sphinx==1.4.8 cookiecutter==1.7.3 -PyYAML==4.2b4 +PyYAML==5.4 pylint==2.3.0 pytest==6.2.4 setuptools==57.0.0 diff --git a/setup.py b/setup.py index b5d17436..a2585bfe 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'iotedgehubdev >= 0.14.3', 'applicationinsights == 0.11.9', 'commentjson == 0.9.0', - 'pyyaml>=4.1,<=4.2b4', + 'pyyaml>=4.1,<5.5', 'pypiwin32==219; sys_platform == "win32" and python_version < "3.6"', 'pypiwin32==223; sys_platform == "win32" and python_version >= "3.6"', 'more-itertools < 8.1.0'