From 20f2c3cac599605e27250d474b6266bf2f13c633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:31:10 +0000 Subject: [PATCH] build(deps-dev): bump jsonschema from 4.20.0 to 4.21.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.21.1. - [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.20.0...v4.21.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:development update-type: version-update:semver-minor ... 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 91bc73d..7daebaa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -263,13 +263,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.20.0" +version = "4.21.1" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, - {file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, + {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, + {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, ] [package.dependencies] @@ -651,4 +651,4 @@ fetch-lists = ["requests"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ac5b74a59762453d6807b926e275272dfabb8c8185904de8cc3a5642f78d7b7e" +content-hash = "07dbe870721ced0306c59253dd337c208ae487fb691653107ff7aa89339b78b6" diff --git a/pyproject.toml b/pyproject.toml index 919cf5b..bfce02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requests = {version = "^2.31.0", optional = true} fetch_lists = ["requests"] [tool.poetry.dev-dependencies] -jsonschema = "^4.20.0" +jsonschema = "^4.21.1" mypy = "^1.8.0" pytest-cov = "^4.1.0" types-requests = "^2.31.0.20240106"