From 6274ba964f3c6d0af9bb6a8db7542b4579a94e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:20:23 +0000 Subject: [PATCH] Deps: Bump pyyaml from 6.0 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9b9b20b..26a47cf3 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ 'coreapi==2.*,>=2.3.3', 'django==2.2.28', 'djangorestframework==3.11.2', - 'pyyaml==5.*,>=5.3.1', + 'pyyaml>=5,<7', 'rope>=0.17,<0.22', 'uritemplate>=3,<5', 'weasyprint>=51,<58',