From 436099f8edd26faa0c28eabc3de74c308ea282ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 04:14:31 +0000 Subject: [PATCH] Update pyyaml requirement from <5.5,>=5.1 to >=5.1,<6.1 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [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.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..e7f13b5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ 'djangorestframework>=3.10,<4.0', 'structlog<21.2.0', 'jinja2<2.12', - 'PyYAML>=5.1,<5.5', + 'PyYAML>=5.1,<6.1', 'PyStaticConfiguration==0.10.5', 'requests<2.26', 'PyConfigure==0.5.9',