Skip to content

Commit

Permalink
Update pyyaml requirement from ~=6.0.1 to ~=6.0.2
Browse files Browse the repository at this point in the history
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@6.0.1...6.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent afd57db commit 148f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setuptools
psutil
blinker==1.7.0 # prevents issues on newer versions
apprise~=1.8.1
pyyaml~=6.0.1
pyyaml~=6.0.2
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
requests-oauthlib
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 148f702

Please sign in to comment.