Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 9b0ebda

Browse files
authored
Merge pull request #234 from CSCfi/dependabot/pip/jsonschema-4.3.2
Bump jsonschema from 4.2.1 to 4.3.2
2 parents 269213b + 12e3bcf commit 9b0ebda

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 @@ aiohttp==3.7.4.post0
22
aiohttp-cors==0.7.0
33
asyncpg==0.25.0
44
jsonschema==3.2.0; python_version < '3.7'
5-
jsonschema==4.2.1; python_version >= '3.7'
5+
jsonschema==4.3.2; python_version >= '3.7'
66
Cython==0.29.26
77
cyvcf2==0.10.1; python_version < '3.7'
88
cyvcf2; python_version >= '3.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"Authlib==0.15.5",
4343
"aiohttp-cors==0.7.0",
4444
"jsonschema==3.2.0; python_version < '3.7'",
45-
"jsonschema==4.2.1; python_version >= '3.7'",
45+
"jsonschema==4.3.2; python_version >= '3.7'",
4646
"gunicorn==20.1.0",
4747
"uvloop==0.14.0; python_version < '3.7'",
4848
"uvloop==0.16.0; python_version >= '3.7'",

0 commit comments

Comments
 (0)