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

Commit 7600bb0

Browse files
Bump jsonschema from 4.18.3 to 4.18.4
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.18.3 to 4.18.4. - [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.18.3...v4.18.4) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63a5855 commit 7600bb0

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.5
22
aiohttp-cors==0.7.0
33
asyncpg==0.28.0
4-
jsonschema==4.18.3
4+
jsonschema==4.18.4
55
Cython==3.0.0
66
cyvcf2==0.30.22
77
uvloop==0.17.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"aiohttp==3.8.5",
4141
"Authlib==1.2.1",
4242
"aiohttp-cors==0.7.0",
43-
"jsonschema==4.18.3",
43+
"jsonschema==4.18.4",
4444
"gunicorn==21.2.0",
4545
"uvloop==0.17.0",
4646
"cyvcf2==0.30.22",

0 commit comments

Comments
 (0)