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

Commit 045e74f

Browse files
Bump jsonschema from 4.1.2 to 4.2.1
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.1.2 to 4.2.1. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.1.2...v4.2.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cae6db9 commit 045e74f

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.24.0
44
jsonschema==3.2.0; python_version < '3.7'
5-
jsonschema==4.1.2; python_version >= '3.7'
5+
jsonschema==4.2.1; python_version >= '3.7'
66
Cython==0.29.24
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.1.2; python_version >= '3.7'",
45+
"jsonschema==4.2.1; 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)