From c6064f4f780b50972dabdf78acac7c4eeec8d518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:05:05 +0000 Subject: [PATCH] build(deps-dev): bump jsonschema from 4.20.0 to 4.21.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.21.0. - [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.20.0...v4.21.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a98a4b..56785ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -418,13 +418,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.20.0" +version = "4.21.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, - {file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, + {file = "jsonschema-4.21.0-py3-none-any.whl", hash = "sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c"}, + {file = "jsonschema-4.21.0.tar.gz", hash = "sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167"}, ] [package.dependencies] @@ -920,4 +920,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ca2587c1994fa1dabaebc85d1ecdaffbbe371f0a715d6920d15a89f9b980e06a" +content-hash = "c71bbe684ea71a068410f2461e8d1260aba597eeea5b78068094d934929b2331" diff --git a/pyproject.toml b/pyproject.toml index f0ac3b3..4d44bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ webui = ["flask-nav", "Flask", "Flask-Bootstrap", "Flask-WTF"] remote = ["requests"] [tool.poetry.dev-dependencies] -jsonschema = "^4.20.0" +jsonschema = "^4.21.0" mypy = "^1.8.0" types-requests = "^2.31.0.20240106" pytest-cov = "^4.1.0"