File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \
3232 -rtest-requirements.txt -rmypy-requirements.txt
3333DEBDEVPKGS =pylint python3-coverage sloccount \
3434 python3-flake8 shellcheck
35- VERSION =1.2.5 # please also update setup.py
35+ VERSION =1.2.6 # please also update setup.py
3636
3737# # all : default task (install cwl-upgrader in dev mode)
3838all : dev
Original file line number Diff line number Diff line change 1- ruamel.yaml >= 0.16.0 , < 0.17.22 ;python_version >= '3.10'
2- ruamel.yaml >= 0.15.98 , < 0.17.22 ;python_version >= '3.9'
3- ruamel.yaml >= 0.15.78 , < 0.17.22 ;python_version >= '3.8'
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'
44ruamel.yaml >= 0.15.71 , < 0.17.23
55schema-salad
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = "cwl-upgrader" ,
16- version = "1.2.5 " ,
16+ version = "1.2.6 " ,
1717 description = "Common Workflow Language standalone document upgrader" ,
1818 long_description = open (README ).read (),
1919 author = "Common Workflow Language contributors" ,
2727 package_data = {"cwlupgrader.tests" : ["../testdata/**/*.cwl" ]},
2828 install_requires = [
2929 "setuptools" ,
30- "ruamel.yaml >= 0.16.0, < 0.17.22 ;python_version>='3.10'" ,
31- "ruamel.yaml >= 0.15.98, < 0.17.22 ;python_version>='3.9'" ,
32- "ruamel.yaml >= 0.15.78, < 0.17.22 ;python_version>='3.8'" ,
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'" ,
3333 "ruamel.yaml >= 0.15.71, < 0.17.23" ,
3434 "schema_salad" ,
3535 ],
You can’t perform that action at this time.
0 commit comments