From edd87084c0117396f06a9c0c3f71d92ed5537037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:43:13 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.8.0 (#418) --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index e38a4de..565a45f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,7 +244,7 @@ python-versions = "*" flake8 = ">=3.0" [package.extras] -test = ["pytest", "testfixtures"] +test = ["testfixtures", "pytest"] [[package]] name = "flake8-polyfill" @@ -343,7 +343,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.7.2" +version = "4.8.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -432,8 +432,8 @@ optional = false python-versions = ">=3.6" [package.extras] -dev = ["pre-commit", "tox"] -testing = ["pytest", "pytest-benchmark"] +testing = ["pytest-benchmark", "pytest"] +dev = ["tox", "pre-commit"] [[package]] name = "py" @@ -534,7 +534,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"] +testing = ["virtualenv", "pytest-xdist", "six", "process-tests", "hunter", "fields"] [[package]] name = "pytest-mock" @@ -575,10 +575,10 @@ optional = true python-versions = "*" [package.extras] -examples = ["html5lib", "packaging", "pygraphviz", "requests"] -lint = ["black", "flake8", "mypy", "isort", "types-requests"] -release = ["build", "towncrier", "twine"] -test = ["commentjson", "packaging", "pytest"] +test = ["pytest", "packaging", "commentjson"] +release = ["twine", "towncrier", "build"] +lint = ["types-requests", "isort", "mypy", "flake8", "black"] +examples = ["requests", "pygraphviz", "packaging", "html5lib"] [[package]] name = "six" @@ -699,7 +699,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "b9a83ffad1fbf295b809ccaa7390d5b22b5782c81b11d995086bbbfe6a36f9de" +content-hash = "04bffd81d8bbe059f33ec7cb3b5e8b8636646c2a7b46433223a029fc5a8a1cd1" [metadata.files] ansible = [ @@ -932,8 +932,8 @@ jinja2 = [ {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, ] jsonschema = [ - {file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"}, - {file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"}, + {file = "jsonschema-4.8.0-py3-none-any.whl", hash = "sha256:58bb77251318cef5e1179e33dd6e7a008a3c6c638487ab4d943c2f370cc31a1a"}, + {file = "jsonschema-4.8.0.tar.gz", hash = "sha256:c1d410e379b210ba903bee6adf3fce6d5204cea4c2b622d63f914d2dbfef0993"}, ] markupsafe = [ {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, diff --git a/pyproject.toml b/pyproject.toml index b0326eb..671d4fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5" flake8 = "4.0.1" -jsonschema = "4.7.2" +jsonschema = "4.8.0" nested-lookup = "0.2.25" pathspec = "0.9.0" python = "^3.8.0"