Bump jsonschema from 4.23.0 to 4.24.0 (#3122)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-14 23:40:39 -04:00
committed by GitHub
parent 2116bf0490
commit ed6dd8eaff
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -232,14 +232,14 @@ files = [
[[package]] [[package]]
name = "jsonschema" name = "jsonschema"
version = "4.23.0" version = "4.24.0"
description = "An implementation of JSON Schema validation for Python" description = "An implementation of JSON Schema validation for Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"}, {file = "jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d"},
{file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"}, {file = "jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196"},
] ]
[package.dependencies] [package.dependencies]
@@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "8f664d97ed9a008570e67bd512af28ccf4e84280b5db9a27f3061a82173e4408" content-hash = "bd5a71e1a2222f1c43fd92204479798d384b72c4c66312865f9803f9b37b1bc3"
+1 -1
View File
@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
pyyaml = "^6.0" pyyaml = "^6.0"
jsonschema = "^4.23.0" jsonschema = "^4.24.0"
requests = "^2.32.4" requests = "^2.32.4"
ruamel-yaml = "^0.18.11" ruamel-yaml = "^0.18.11"
pydantic = "^2.11.5" pydantic = "^2.11.5"