From 456d39c4372e1112456ccb9c0a2daeee1506e4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:47:53 +0000 Subject: [PATCH] build(deps-dev): bump jsonschema from 4.18.4 to 4.18.6 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.18.4 to 4.18.6. - [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.18.4...v4.18.6) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:development update-type: version-update:semver-patch ... 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 b2500ec..b54eadc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -410,13 +410,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.18.4" +version = "4.18.6" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.18.4-py3-none-any.whl", hash = "sha256:971be834317c22daaa9132340a51c01b50910724082c2c1a2ac87eeec153a3fe"}, - {file = "jsonschema-4.18.4.tar.gz", hash = "sha256:fb3642735399fa958c0d2aad7057901554596c63349f4f6b283c493cf692a25d"}, + {file = "jsonschema-4.18.6-py3-none-any.whl", hash = "sha256:dc274409c36175aad949c68e5ead0853aaffbe8e88c830ae66bb3c7a1728ad2d"}, + {file = "jsonschema-4.18.6.tar.gz", hash = "sha256:ce71d2f8c7983ef75a756e568317bf54bc531dc3ad7e66a128eae0d51623d8a3"}, ] [package.dependencies] @@ -911,4 +911,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2c6a65814f38385b628c0bffca6cd1be6eefaa2027ff99b7863c31524f898064" +content-hash = "6bbd5050b72104c86820f1875bd85e6723797b274b4783fe3577a64fab710fb3" diff --git a/pyproject.toml b/pyproject.toml index ce97003..021b41d 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.18.4" +jsonschema = "^4.18.6" mypy = "^1.4.1" types-requests = "^2.31.0.2" pytest-cov = "^4.1.0"