Skip to content

Commit a3ba891

Browse files
authored
Relax ruamel.yaml version pin. (#73)
1 parent a5bbb36 commit a3ba891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ typing==3.5.2.2 ; python_version>="2.7"
22
avro-python3 ; python_version>="3"
33
avro==1.8.1 ; python_version<"3"
44
pathlib2==2.1.0
5-
ruamel.yaml==0.12.4
5+
ruamel.yaml==0.13.7
66
rdflib==4.2.1
77
rdflib-jsonld==0.4.0
88
html5lib==0.9999999

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
install_requires = [
3131
'setuptools',
3232
'requests >= 1.0',
33-
'ruamel.yaml >= 0.12.4, < 0.12.5',
33+
'ruamel.yaml >= 0.12.4',
3434
'rdflib >= 4.2.0, < 4.3.0',
3535
'rdflib-jsonld >= 0.3.0, < 0.5.0',
3636
'mistune >= 0.7.3, < 0.8',

0 commit comments

Comments
 (0)