Skip to content

Commit e67874c

Browse files
committed
bump typing package version, use same as in schema-salad to avoid any conflict
1 parent 1ee95e4 commit e67874c

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
@@ -4,4 +4,4 @@ rdflib==4.2.2
44
rdflib-jsonld==0.4.0
55
shellescape==3.4.1
66
schema-salad>=2.6,<3
7-
typing==3.5.2.2 ; python_version>="2.7"
7+
typing==3.5.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
'rdflib >= 4.2.2, < 4.3.0',
5959
'shellescape >= 3.4.1, < 3.5',
6060
'schema-salad >= 2.6, < 3',
61-
'typing >= 3.5.2, < 3.6',
61+
'typing >= 3.5.3',
6262
'six >= 1.8.0',
6363
],
6464
setup_requires=[] + pytest_runner,

0 commit comments

Comments
 (0)