Skip to content

Commit b3ee0db

Browse files
Bump jsonschema from 3.2.0 to 4.0.0
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b56f476 commit b3ee0db

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

poetry.lock

+26-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apispec_webframeworks = "^0.5.2"
2626
pytest = "^6.2"
2727
black = {version = "^20.8b1",allow-prereleases = true}
2828
pytest-cov = "^2.11.1"
29-
jsonschema = "^3.2.0"
29+
jsonschema = "^4.0.0"
3030
pylint = "^2.10.2"
3131
sphinx = "^4.1.1"
3232
sphinx-autoapi = "^1.8.4"

0 commit comments

Comments
 (0)