Skip to content

Commit f549790

Browse files
dependabot[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement
Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 978e375 commit f549790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ruamel.yaml >= 0.16.0, < 0.17.27;python_version>='3.10'
22
ruamel.yaml >= 0.15.98, < 0.17.27;python_version>='3.9'
33
ruamel.yaml >= 0.15.78, < 0.17.27;python_version>='3.8'
4-
ruamel.yaml >= 0.15.71, < 0.17.27
4+
ruamel.yaml >= 0.15.71, < 0.17.28
55
schema-salad

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ruamel.yaml >= 0.16.0, < 0.17.27;python_version>='3.10'",
3131
"ruamel.yaml >= 0.15.98, < 0.17.27;python_version>='3.9'",
3232
"ruamel.yaml >= 0.15.78, < 0.17.27;python_version>='3.8'",
33-
"ruamel.yaml >= 0.15.71, < 0.17.27",
33+
"ruamel.yaml >= 0.15.71, < 0.17.28",
3434
"schema_salad",
3535
],
3636
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},

0 commit comments

Comments
 (0)