File tree 3 files changed +8
-8
lines changed
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 \
32
32
-rtest-requirements.txt -rmypy-requirements.txt
33
33
DEBDEVPKGS =pylint python3-coverage sloccount \
34
34
python3-flake8 shellcheck
35
- VERSION =1.2.5 # please also update setup.py
35
+ VERSION =1.2.6 # please also update setup.py
36
36
37
37
# # all : default task (install cwl-upgrader in dev mode)
38
38
all : 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'
4
4
ruamel.yaml >= 0.15.71 , < 0.17.23
5
5
schema-salad
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = "cwl-upgrader" ,
16
- version = "1.2.5 " ,
16
+ version = "1.2.6 " ,
17
17
description = "Common Workflow Language standalone document upgrader" ,
18
18
long_description = open (README ).read (),
19
19
author = "Common Workflow Language contributors" ,
27
27
package_data = {"cwlupgrader.tests" : ["../testdata/**/*.cwl" ]},
28
28
install_requires = [
29
29
"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'" ,
33
33
"ruamel.yaml >= 0.15.71, < 0.17.23" ,
34
34
"schema_salad" ,
35
35
],
You can’t perform that action at this time.
0 commit comments