Skip to content

Commit d719203

Browse files
committed
Upgrading jsonschema library to 3.0.2
1 parent c3ac34a commit d719203

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
@@ -10,7 +10,7 @@ elasticsearch>=7.0.0
1010
envparse>=0.2.0
1111
exotel>=0.1.3
1212
jira>=1.0.10,<1.0.15
13-
jsonschema>=2.6.0
13+
jsonschema>=3.0.2
1414
mock>=2.0.0
1515
py-zabbix==1.1.3
1616
PyStaticConfiguration>=0.10.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'envparse>=0.2.0',
3838
'exotel>=0.1.3',
3939
'jira>=1.0.10,<1.0.15',
40-
'jsonschema>=2.6.0,<3.0.0',
40+
'jsonschema>=3.0.2',
4141
'mock>=2.0.0',
4242
'PyStaticConfiguration>=0.10.3',
4343
'python-dateutil>=2.6.0,<2.7.0',

0 commit comments

Comments
 (0)