From 7e8600443de6d0f20e82dbdc770ef189c04068eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:13:05 -0700 Subject: [PATCH] Update pyyaml requirement in /internal/signalfx-agent/bundle/scripts (#5180) 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.1b1...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- internal/signalfx-agent/bundle/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/signalfx-agent/bundle/scripts/requirements.txt b/internal/signalfx-agent/bundle/scripts/requirements.txt index 985c64d172..59022e7541 100644 --- a/internal/signalfx-agent/bundle/scripts/requirements.txt +++ b/internal/signalfx-agent/bundle/scripts/requirements.txt @@ -1,4 +1,4 @@ -PyYAML~=5.0 +PyYAML~=6.0 WMI==1.5.1; sys_platform == "win32" dbus-python==1.3.2; sys_platform == "linux" setuptools==72.1.0