Skip to content

Commit 5a134aa

Browse files
authored
Relax ruamel.yaml pin (#262)
1 parent ad9d53b commit 5a134aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
requests>=1.0
2-
ruamel.yaml==0.12.4
2+
ruamel.yaml==0.13.7
33
rdflib==4.2.1
44
rdflib-jsonld==0.4.0
55
shellescape==3.4.1
6-
schema-salad>=2.1.20161216210732,<3
6+
schema-salad>=2.1.20161227155225,<3
77
cwltest>=1.0.20160907111242
88
typing==3.5.2.2 ; python_version>="2.7"
99
pathlib2==2.1.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
install_requires=[
4545
'setuptools',
4646
'requests >= 1.0',
47-
'ruamel.yaml >= 0.12.4, < 0.12.5',
47+
'ruamel.yaml >= 0.12.4',
4848
'rdflib >= 4.2.0, < 4.3.0',
4949
'shellescape >= 3.4.1, < 3.5',
50-
'schema-salad >= 2.1.20161221160224, < 3',
50+
'schema-salad >= 2.1.20161227191302, < 3',
5151
'typing >= 3.5.2, < 3.6',
5252
'cwltest >= 1.0.20160907111242',
5353
'pathlib2 >= 2.1.0'

0 commit comments

Comments
 (0)