Bump jsonschema from 4.17.0 to 4.19.2

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.0 to 4.19.2.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.17.0...v4.19.2)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 15:03:44 +00:00
committed by GitHub
parent 631c9b6e78
commit 227f1337c4
2 changed files with 282 additions and 166 deletions

View File

@@ -48,7 +48,7 @@ flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.0", extras = ["format"]}
jsonschema = {version = "==4.19.2", extras = ["format"]}
lxml = "==4.9.3"
marshmallow = "==3.20.1"
marshmallow-sqlalchemy = "==0.29.0"