Update dependency jsonschema to >=4.25.1
All checks were successful
Tests / test (push) Successful in 24s
All checks were successful
Tests / test (push) Successful in 24s
This commit is contained in:
parent
83a18837ec
commit
2c76fb0e08
2 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ dependencies = [
|
|||
"django-scopes>=2.0.0",
|
||||
"django-storages[s3]>=1.14.6",
|
||||
"django-template-partials>=24.4",
|
||||
"jsonschema>=4.24.0",
|
||||
"jsonschema>=4.25.1",
|
||||
"kubernetes>=33.1.0",
|
||||
"pillow>=11.3.0",
|
||||
"psycopg2-binary>=2.9.10",
|
||||
|
|
10
uv.lock
generated
10
uv.lock
generated
|
@ -1,5 +1,5 @@
|
|||
version = 1
|
||||
revision = 2
|
||||
revision = 3
|
||||
requires-python = ">=3.13"
|
||||
|
||||
[[package]]
|
||||
|
@ -511,7 +511,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.24.0"
|
||||
version = "4.25.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "attrs" },
|
||||
|
@ -519,9 +519,9 @@ dependencies = [
|
|||
{ name = "referencing" },
|
||||
{ name = "rpds-py" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196", size = 353480, upload-time = "2025-05-26T18:48:10.459Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/74/69/f7185de793a29082a9f3c7728268ffb31cb5095131a9c139a74078e27336/jsonschema-4.25.1.tar.gz", hash = "sha256:e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85", size = 357342, upload-time = "2025-08-18T17:03:50.038Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/a2/3d/023389198f69c722d039351050738d6755376c8fd343e91dc493ea485905/jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d", size = 88709, upload-time = "2025-05-26T18:48:08.417Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bf/9c/8c95d856233c1f82500c2450b8c68576b4cf1c871db3afac5c34ff84e6fd/jsonschema-4.25.1-py3-none-any.whl", hash = "sha256:3fba0169e345c7175110351d456342c364814cfcf3b964ba4587f22915230a63", size = 90040, upload-time = "2025-08-18T17:03:48.373Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1067,7 +1067,7 @@ requires-dist = [
|
|||
{ name = "django-scopes", specifier = ">=2.0.0" },
|
||||
{ name = "django-storages", extras = ["s3"], specifier = ">=1.14.6" },
|
||||
{ name = "django-template-partials", specifier = ">=24.4" },
|
||||
{ name = "jsonschema", specifier = ">=4.24.0" },
|
||||
{ name = "jsonschema", specifier = ">=4.25.1" },
|
||||
{ name = "kubernetes", specifier = ">=33.1.0" },
|
||||
{ name = "pillow", specifier = ">=11.3.0" },
|
||||
{ name = "psycopg2-binary", specifier = ">=2.9.10" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue