From 4352c957bafb7e36eee999012f325ab4e5ef9a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:57:11 +0200 Subject: [PATCH] chore: bump types-jsonschema from 4.22.0.20240501 to 4.22.0.20240610 (#206) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- .pre-commit-config.yaml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d9a3210..ea81e36a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: additional_dependencies: - types-python-dateutil==2.9.0.20240316 - typing-extensions==4.12.2 - - types-jsonschema==4.22.0.20240501 + - types-jsonschema==4.22.0.20240610 files: "^cdxev/.*\\.py$" - repo: https://github.com/PyCQA/bandit rev: "1.7.7" diff --git a/poetry.lock b/poetry.lock index 74d929f9..dd339a87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1081,13 +1081,13 @@ files = [ [[package]] name = "types-jsonschema" -version = "4.22.0.20240501" +version = "4.22.0.20240610" description = "Typing stubs for jsonschema" optional = false python-versions = ">=3.8" files = [ - {file = "types-jsonschema-4.22.0.20240501.tar.gz", hash = "sha256:51c4ec05640909206551c8f57e630be570c4e0d86abda75d9d947521dffef6db"}, - {file = "types_jsonschema-4.22.0.20240501-py3-none-any.whl", hash = "sha256:5cacc80cffef3cbbdd928954feb0f3d218d062b47333ca50841c27039efae29d"}, + {file = "types-jsonschema-4.22.0.20240610.tar.gz", hash = "sha256:f82ab9fe756e3a2642ea9712c46b403ce61eb380b939b696cff3252af42f65b0"}, + {file = "types_jsonschema-4.22.0.20240610-py3-none-any.whl", hash = "sha256:89996b9bd1928f820a0e252b2844be21cd2e55d062b6fa1048d88453006ad89e"}, ] [package.dependencies] @@ -1167,4 +1167,4 @@ tests = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "2745e85a94bf6c4c8f905b7b01b1fa55cf828b6678e4ee6f92abef0fb6415f11" +content-hash = "69f85d7329a769c70dbfa2bf9b584a44ecc6c96c150e1a1c0e926730f6994317" diff --git a/pyproject.toml b/pyproject.toml index 459f3241..2fce6e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ black = "24.4.2" pep8-naming = "0.14.1" mypy = "1.10.0" types-python-dateutil = "2.9.0.20240316" -types-jsonschema = "4.22.0.20240501" +types-jsonschema = "4.22.0.20240610" pytest = "8.2.2" coverage = "7.5.3" toml = "0.10.2"