From ebf7da8af6f673d760bee410a0554784ec04b9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:43:55 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 6.0.1 in /python Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 8e70a78..5a4021e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -31,7 +31,7 @@ pyasn1-modules==0.2.8 pyparsing==2.4.6 python-dateutil==2.8.1 pytz==2019.3 -PyYAML==5.3.1 +PyYAML==6.0.1 redis==3.4.1 requests==2.23.0 requests-oauthlib==1.3.0