From 3e76810f83c7c3d7fe3d94861455bce9969454eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:32:12 +0000 Subject: [PATCH] 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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index be39c28b..808dd162 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1692,13 +1692,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] @@ -1831,4 +1831,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "7551182140a4fdf7a87fcce568f7206dd88eadf5d521b09c15a94861ac04dd2d" +content-hash = "3be69d3c7f356215622981ffce0ccb60b9513b2bb70c9dcb5e9564e25a640fc0" diff --git a/pyproject.toml b/pyproject.toml index d066cf20..6066a17a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ black = "24.10.0" pep8-naming = "0.14.1" mypy = "1.13.0" types-python-dateutil = "2.9.0.20241003" -types-jsonschema = "4.23.0.20240813" +types-jsonschema = "4.23.0.20241208" pytest = "8.3.4" coverage = "7.6.8" pytest-subtests = "0.13.1"