Skip to content

Commit 4a5fe26

Browse files
author
Peter Amstutz
authored
Bump schema salad for bugfix. (#1143)
1 parent 47435d7 commit 4a5fe26

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 @@ requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.15.77
33
rdflib>=4.2.2,<4.3
44
shellescape>=3.4.1,<3.5
5-
schema-salad>=4.4,<5
5+
schema-salad>=4.5,<5
66
typing>=3.5.3; python_version<"3.6"
77
pathlib2==2.3.2; python_version<"3"
88
prov==1.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'ruamel.yaml >= 0.12.4, <= 0.15.77',
5858
'rdflib >= 4.2.2, < 4.3.0',
5959
'shellescape >= 3.4.1, < 3.5',
60-
'schema-salad >= 4.4, < 5',
60+
'schema-salad >= 4.5, < 5',
6161
'mypy-extensions',
6262
'six >= 1.9.0', # >= 1.9.0 required by prov
6363
'psutil',

0 commit comments

Comments
 (0)