Skip to content

Commit bc57aa0

Browse files
committed
adopt fixed ruamel.yaml
1 parent 236b042 commit bc57aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests
2-
ruamel.yaml==0.12.3
2+
ruamel.yaml==0.12.4
33
rdflib>=4.1.
44
rdflib-jsonld>=0.3.0
55
mistune

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
install_requires = [
3131
'requests',
32-
'ruamel.yaml == 0.12.3',
32+
'ruamel.yaml == 0.12.4',
3333
'rdflib >= 4.1.0',
3434
'rdflib-jsonld >= 0.3.0',
3535
'mistune',

0 commit comments

Comments
 (0)