Skip to content

Commit

Permalink
Update pyyaml requirement in /internal/signalfx-agent/bundle/scripts (#…
Browse files Browse the repository at this point in the history
…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](yaml/pyyaml@5.1b1...6.0.1)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 2baa72e commit 7e86004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e86004

Please sign in to comment.