Skip to content

Commit

Permalink
Update ruamel-yaml requirement from ==0.17.* to ==0.18.*
Browse files Browse the repository at this point in the history
Updates the requirements on [ruamel-yaml]() to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent de9e074 commit fc3cdaf
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 @@ -3,7 +3,7 @@
#

# ruamel.yaml is used to read and write .yaml files.
ruamel.yaml==0.17.*
ruamel.yaml==0.18.*

# jsonschema is used for validating cluster.yaml configurations
jsonschema==4.*
Expand Down

0 comments on commit fc3cdaf

Please sign in to comment.