Skip to content

Commit 1eb19b6

Browse files
committed
use typing>=3.5.3
1 parent b0b1f14 commit 1eb19b6

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,4 +1,4 @@
1-
typing==3.5.2.2 ; python_version>="2.7"
1+
typing==3.5.3 ; python_version>="2.7"
22
avro-python3 ; python_version>="3"
33
avro==1.8.1 ; python_version<"3"
44
ruamel.yaml==0.13.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'rdflib >= 4.2.2, < 4.3.0',
3535
'rdflib-jsonld >= 0.3.0, < 0.5.0',
3636
'mistune >= 0.7.3, < 0.8',
37-
'typing >= 3.5.2, < 3.6',
37+
'typing >= 3.5.3',
3838
'CacheControl >= 0.11.7, < 0.12',
3939
'lockfile >= 0.9',
4040
'six >= 1.8.0']

0 commit comments

Comments
 (0)