Skip to content

Commit 4be7f77

Browse files
authored
Merge pull request #314 from phaverty/feature/try-ruaml-yaml-0-16-5
Feature/try ruaml yaml 0.16.5
2 parents bf24757 + 25f97ad commit 4be7f77

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
typing==3.7.4 ; python_version < "3.5"
2-
ruamel.yaml>=0.12.4, <= 0.16
2+
ruamel.yaml>=0.12.4, <= 0.16.5
33
rdflib==4.2.2
44
rdflib-jsonld==0.4.0
55
mistune>=0.8.1,<0.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
install_requires = [
3030
'setuptools',
3131
'requests >= 1.0',
32-
'ruamel.yaml >= 0.12.4, <= 0.16',
32+
'ruamel.yaml >= 0.12.4, <= 0.16.5',
3333
# once the minimum version for ruamel.yaml >= 0.15.99
3434
# then please update the mypy targets in the Makefile
3535
'rdflib >= 4.2.2, < 4.3.0',

0 commit comments

Comments
 (0)