Skip to content

Commit c10ecb5

Browse files
committed
Update jsonschema dependency to version 4.25.1 in setup.py
1 parent 4496dc3 commit c10ecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run(self, *args, **kwargs):
6868
'pytest==7.1.2',
6969
'python-dateutil==2.8.0',
7070
'requests==2.22.0',
71-
'jsonschema==3.2.0',
71+
'jsonschema==4.25.1',
7272
'aiohttp==3.6.2',
7373
'azure-functions>=1.2.0',
7474
'nox==2019.11.9',

0 commit comments

Comments
 (0)