Update pyyaml requirement from ==6.0.* to ==6.0

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/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0b1...6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-07 12:11:21 +00:00 committed by GitHub
parent 573fdae37f
commit 22422f4a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ peewee == 3.14.*
peewee_migrate == 1.4.* peewee_migrate == 1.4.*
psutil == 5.9.* psutil == 5.9.*
pydantic == 1.9.* pydantic == 1.9.*
PyYAML == 6.0.* PyYAML == 6.0
types-PyYAML == 6.0.* types-PyYAML == 6.0.*
requests == 2.27.* requests == 2.27.*
types-requests == 2.27.* types-requests == 2.27.*