Skip to content

Commit 365d653

Browse files
Update ruamel-yaml requirement from <0.17.23,>=0.16.0 to >=0.16.0,<0.17.25 (#134)
* 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]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 782ccb6 commit 365d653

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ruamel.yaml >= 0.16.0, < 0.17.23;python_version>='3.10'
2-
ruamel.yaml >= 0.15.98, < 0.17.23;python_version>='3.9'
3-
ruamel.yaml >= 0.15.78, < 0.17.23;python_version>='3.8'
4-
ruamel.yaml >= 0.15.71, < 0.17.23
1+
ruamel.yaml >= 0.16.0, < 0.17.25;python_version>='3.10'
2+
ruamel.yaml >= 0.15.98, < 0.17.25;python_version>='3.9'
3+
ruamel.yaml >= 0.15.78, < 0.17.25;python_version>='3.8'
4+
ruamel.yaml >= 0.15.71, < 0.17.25
55
schema-salad

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
package_data={"cwlupgrader.tests": ["../testdata/**/*.cwl"]},
2828
install_requires=[
2929
"setuptools",
30-
"ruamel.yaml >= 0.16.0, < 0.17.23;python_version>='3.10'",
31-
"ruamel.yaml >= 0.15.98, < 0.17.23;python_version>='3.9'",
32-
"ruamel.yaml >= 0.15.78, < 0.17.23;python_version>='3.8'",
33-
"ruamel.yaml >= 0.15.71, < 0.17.23",
30+
"ruamel.yaml >= 0.16.0, < 0.17.25;python_version>='3.10'",
31+
"ruamel.yaml >= 0.15.98, < 0.17.25;python_version>='3.9'",
32+
"ruamel.yaml >= 0.15.78, < 0.17.25;python_version>='3.8'",
33+
"ruamel.yaml >= 0.15.71, < 0.17.25",
3434
"schema_salad",
3535
],
3636
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},

0 commit comments

Comments
 (0)