mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-13 22:56:17 +01:00
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:
parent
00e34db916
commit
aae5c11126
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user