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
3
3
codespell
Original file line number Diff line number Diff line change 1
1
mypy==1.3.0 # also update pyproject.toml
2
2
ruamel.yaml>=0.16.0,<0.18
3
3
schema-salad>=8.4,<9
4
- cwl-utils >=0.22
4
+ cwl-utils>=0.22
5
5
types-requests
6
6
types-setuptools
7
7
types-psutil
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ requests>=2.6.1
2
2
ruamel.yaml >= 0.15.0 ,< 0.18
3
3
ruamel.yaml >= 0.16 ;python_version >= '3.10'
4
4
rdflib >= 4.2.2 ,< 6.4
5
- rdflib < 6.0.0 ;python_version < ='3.6'
5
+ rdflib < 6.0.0 ;python_version < ='3.6'
6
6
shellescape >= 3.4.1 ,< 3.9
7
7
schema-salad >= 8.4 ,< 9
8
8
prov == 1.5.1
@@ -14,6 +14,6 @@ importlib_metadata;python_version<'3.8' # equivalent to Python 3.9
14
14
coloredlogs
15
15
pydot >= 1.4.1
16
16
argcomplete >= 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
19
19
cwl-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
3
3
pytest-xdist
4
4
pytest-httpserver
5
- mock >= 2.0.0
6
- pytest-mock >= 1.10.0
5
+ mock>= 2.0.0
6
+ pytest-mock>= 1.10.0
7
7
pytest-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'
10
10
-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