Skip to content

Commit

Permalink
[noissue]: Update pyyaml requirement
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/6.0.2/CHANGES)
- [Commits](yaml/pyyaml@5.1.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 and mdellweg committed Aug 7, 2024
1 parent b534711 commit 093c673
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 @@ -35,7 +35,7 @@ pygtrie>=2.5,<=2.5.0
psycopg[binary]>=3.1.8,<=3.2.1
pyparsing>=3.1.0,<=3.1.2
python-gnupg>=0.5,<=0.5.2
PyYAML>=5.1.1,<=6.0.1
PyYAML>=5.1.1,<=6.0.2
redis>=4.3,<5.0.9
tablib<3.6.0
url-normalize>=1.4.3,<=1.4.3
Expand Down

0 comments on commit 093c673

Please sign in to comment.