Skip to content

Commit 61d289d

Browse files
committed
fix ruamel version
1 parent 10023e7 commit 61d289d

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
@@ -1,5 +1,5 @@
11
requests>=2.4.3
2-
ruamel.yaml>=0.12.4,<=0.15.66
2+
ruamel.yaml>=0.12.4,<=0.15.51
33
rdflib>=4.2.2,<4.3
44
shellescape>=3.4.1,<3.5
55
schema-salad>=2.7.20180905124720,<3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'setuptools',
5454
'requests >= 2.6.1', # >= 2.6.1 to workaround
5555
# https://github.com/ionrock/cachecontrol/issues/137
56-
'ruamel.yaml >= 0.12.4, <= 0.15.66',
56+
'ruamel.yaml >= 0.12.4, <= 0.15.51',
5757
'rdflib >= 4.2.2, < 4.3.0',
5858
'shellescape >= 3.4.1, < 3.5',
5959
'schema-salad >= 2.7.20180905124720, < 3',

0 commit comments

Comments
 (0)