From d6669be0f1f585353e61da5b4c32b67f0be8ea8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:11:59 +0000 Subject: [PATCH] Update pyyaml requirement from <5.4,>=5.3 to >=5.3,<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/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 274e4ef297..9d67ad674b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/ MarkupSafe==2.0.1 # Only for some importers: -pyyaml>=5.3,<5.4 # http://pyyaml.org/wiki/PyYAML +pyyaml>=5.3,<6.1 # http://pyyaml.org/wiki/PyYAML # Only for printing: pycups==2.0.4 # https://pypi.python.org/pypi/pycups