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

Commit 74fb476

Browse files
Bump jsonschema from 4.15.0 to 4.16.0
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.15.0...v4.16.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fac187 commit 74fb476

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.8.1
22
aiohttp-cors==0.7.0
33
asyncpg==0.26.0
4-
jsonschema==4.15.0
4+
jsonschema==4.16.0
55
Cython==0.29.32
66
cyvcf2==0.30.16
77
uvloop==0.16.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"aiohttp==3.8.1",
4242
"Authlib==1.0.1",
4343
"aiohttp-cors==0.7.0",
44-
"jsonschema==4.15.0",
44+
"jsonschema==4.16.0",
4545
"gunicorn==20.1.0",
4646
"uvloop==0.16.0",
4747
"cyvcf2==0.30.16",

0 commit comments

Comments
 (0)