module: update pyyaml version to 5.4.1

Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version (#31).
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-01-21 16:07:12 +01:00 committed by GitHub
parent 00e34db916
commit aae5c11126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources"
[tool.poetry.dependencies]
python = "^3.8"
pyyaml = "5.3.1"
pyyaml = "5.4.1"
requests = "~2.25"
[tool.poetry.dev-dependencies]