From 74d52edc77cf94483293598894f719e06df1c05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:20:46 +0000 Subject: [PATCH 1/2] chore: bump types-jsonschema from 4.23.0.20240813 to 4.23.0.20241208 Bumps [types-jsonschema](https://github.com/python/typeshed) from 4.23.0.20240813 to 4.23.0.20241208. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-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 d9966669..298d2b3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1698,13 +1698,13 @@ files = [ [[package]] name = "types-jsonschema" -version = "4.23.0.20240813" +version = "4.23.0.20241208" description = "Typing stubs for jsonschema" optional = false python-versions = ">=3.8" files = [ - {file = "types-jsonschema-4.23.0.20240813.tar.gz", hash = "sha256:c93f48206f209a5bc4608d295ac39f172fb98b9e24159ce577dbd25ddb79a1c0"}, - {file = "types_jsonschema-4.23.0.20240813-py3-none-any.whl", hash = "sha256:be283e23f0b87547316c2ee6b0fd36d95ea30e921db06478029e10b5b6aa6ac3"}, + {file = "types_jsonschema-4.23.0.20241208-py3-none-any.whl", hash = "sha256:87934bd9231c99d8eff94cacfc06ba668f7973577a9bd9e1f9de957c5737313e"}, + {file = "types_jsonschema-4.23.0.20241208.tar.gz", hash = "sha256:e8b15ad01f290ecf6aea53f93fbdf7d4730e4600313e89e8a7f95622f7e87b7c"}, ] [package.dependencies] @@ -1837,4 +1837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "72494e66685267102e77a73d4a3fcf861da43d5d7c34cdf268ac75d47688d56f" +content-hash = "8cd0e27e7c80eab26afb7733732244844afe70817b0b7ee19108d8c78663b13a" diff --git a/pyproject.toml b/pyproject.toml index afe3d84a..fa11adbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ black = "24.10.0" pep8-naming = "0.14.1" mypy = "1.14.1" types-python-dateutil = "2.9.0.20241206" -types-jsonschema = "4.23.0.20240813" +types-jsonschema = "4.23.0.20241208" pytest = "8.3.4" coverage = "7.6.10" pytest-subtests = "0.14.1" From 8e40b935b3340af3bb18d1f41cc331547c8c6233 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Jan 2025 20:21:01 +0000 Subject: [PATCH 2/2] Update additional dependencies for mypy pre-commit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e986c096..17379102 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: additional_dependencies: - types-python-dateutil==2.9.0.20241206 - typing-extensions==4.12.2 - - types-jsonschema==4.23.0.20240813 + - types-jsonschema==4.23.0.20241208 - cyclonedx-python-lib==8.5.0 - univers==30.12.1 - charset-normalizer==3.4.0