From 35ab7a8996c65303c5fd2c19993eb9c7ce37cf6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:21:25 +0000 Subject: [PATCH] Bump pyyaml from 5.4 to 6.0 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4 to 6.0. - [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.4...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 37a51130..3f6a5eef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -51,7 +51,7 @@ pyflakes==2.5.0 ; python_version >= '3.6' pygments==2.14.0 ; python_version >= '3.6' python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2022.7 -pyyaml==5.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +pyyaml==6.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' rsa==4.7.2 ; python_version >= '3.5' and python_version < '4' s3transfer==0.6.0 ; python_version >= '3.7' setuptools==65.6.3 ; python_version >= '3.7'