mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-22 09:20:41 +00:00
fix(deps): update dependency jsonschema to v4.22.0 (#565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
762547a0da
commit
d023f7e9e9
8
poetry.lock
generated
8
poetry.lock
generated
@ -311,13 +311,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonschema"
|
name = "jsonschema"
|
||||||
version = "4.21.1"
|
version = "4.22.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.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"},
|
{file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"},
|
||||||
{file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"},
|
{file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -838,4 +838,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 = "f95f0f0b5d628fe11f80bef279366849fa3d475fd59743bb846689198e31ba8a"
|
content-hash = "42bd8047d5453d33176cf7084ede75c136f74b2e9e8c3bd20769895d44693a9b"
|
||||||
|
@ -34,7 +34,7 @@ anyconfig = "0.14.0"
|
|||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
colorama = "0.4.6"
|
colorama = "0.4.6"
|
||||||
environs = "11.0.0"
|
environs = "11.0.0"
|
||||||
jsonschema = "4.21.1"
|
jsonschema = "4.22.0"
|
||||||
nested-lookup = "0.2.25"
|
nested-lookup = "0.2.25"
|
||||||
prometheus-client = "0.20.0"
|
prometheus-client = "0.20.0"
|
||||||
proxmoxer = "2.0.1"
|
proxmoxer = "2.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user