File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- flake8-bugbear < 23.7
2- black ~= 23.3
1+ flake8-bugbear< 23.7
2+ black~= 23.3
33codespell
Original file line number Diff line number Diff line change 11mypy==1.3.0 # also update pyproject.toml
22ruamel.yaml>=0.16.0,<0.18
33schema-salad>=8.4,<9
4- cwl-utils >=0.22
4+ cwl-utils>=0.22
55types-requests
66types-setuptools
77types-psutil
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ requests>=2.6.1
22ruamel.yaml >= 0.15.0 ,< 0.18
33ruamel.yaml >= 0.16 ;python_version >= '3.10'
44rdflib >= 4.2.2 ,< 6.4
5- rdflib < 6.0.0 ;python_version < ='3.6'
5+ rdflib < 6.0.0 ;python_version < ='3.6'
66shellescape >= 3.4.1 ,< 3.9
77schema-salad >= 8.4 ,< 9
88prov == 1.5.1
@@ -14,6 +14,6 @@ importlib_metadata;python_version<'3.8' # equivalent to Python 3.9
1414coloredlogs
1515pydot >= 1.4.1
1616argcomplete >= 1.12.0
17- pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
18- pyparsing < 3 ;python_version < ='3.6' # breaks --print-dot
17+ pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
18+ pyparsing < 3 ;python_version < ='3.6' # breaks --print-dot
1919cwl-utils >= 0.22
Original file line number Diff line number Diff line change 1- bagit >= 1.6.4, <1.9
2- pytest >= 6.2, < 7.5
1+ bagit>= 1.6.4,<1.9
2+ pytest>= 6.2,< 7.5
33pytest-xdist
44pytest-httpserver
5- mock >= 2.0.0
6- pytest-mock >= 1.10.0
5+ mock>= 2.0.0
6+ pytest-mock>= 1.10.0
77pytest-cov
8- arcp >= 0.2.0
9- rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
8+ arcp>= 0.2.0
9+ rdflib-jsonld>=0.4.0,<= 0.6.1;python_version<='3.6'
1010-rrequirements.txt
11- galaxy-tool-util >= 22.1.2, < 23
12- galaxy-util < 23
11+ galaxy-tool-util>= 22.1.2,< 23
12+ galaxy-util< 23
You can’t perform that action at this time.
0 commit comments