mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-25 02:40:39 +00:00
fix(deps): update dependency jsonschema to v4.18.6 (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
91b3b5143b
commit
f802637149
8
poetry.lock
generated
8
poetry.lock
generated
@ -327,13 +327,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonschema"
|
name = "jsonschema"
|
||||||
version = "4.18.5"
|
version = "4.18.6"
|
||||||
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.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "jsonschema-4.18.5-py3-none-any.whl", hash = "sha256:c6b4c2b83389e504717f2392adbc74bc9ed07341ae0ced18dde132f3a7f70a5b"},
|
{file = "jsonschema-4.18.6-py3-none-any.whl", hash = "sha256:dc274409c36175aad949c68e5ead0853aaffbe8e88c830ae66bb3c7a1728ad2d"},
|
||||||
{file = "jsonschema-4.18.5.tar.gz", hash = "sha256:4c10200b4b184a348dc92beb554a30280db17ad69b00a2de250d4a842fe3f0b0"},
|
{file = "jsonschema-4.18.6.tar.gz", hash = "sha256:ce71d2f8c7983ef75a756e568317bf54bc531dc3ad7e66a128eae0d51623d8a3"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -887,4 +887,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8.0"
|
python-versions = "^3.8.0"
|
||||||
content-hash = "9a145bbfbe94e98a7e15c814d9c11f9dbfec3933596596c52090af65ef2393d7"
|
content-hash = "059378111eb97040191e6a19ca1ee49ee076c0cdb28e62e4db396a2ab03974b1"
|
||||||
|
@ -33,7 +33,7 @@ anyconfig = "0.13.0"
|
|||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
colorama = "0.4.6"
|
colorama = "0.4.6"
|
||||||
environs = "9.5.0"
|
environs = "9.5.0"
|
||||||
jsonschema = "4.18.5"
|
jsonschema = "4.18.6"
|
||||||
nested-lookup = "0.2.25"
|
nested-lookup = "0.2.25"
|
||||||
prometheus-client = "0.17.1"
|
prometheus-client = "0.17.1"
|
||||||
proxmoxer = "2.0.1"
|
proxmoxer = "2.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user