mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
fix(deps): update dependency jsonschema to v4.20.0 (#630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
39bca2ebf9
commit
042feaa792
8
poetry.lock
generated
8
poetry.lock
generated
@ -411,13 +411,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.19.2"
|
||||
version = "4.20.0"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "jsonschema-4.19.2-py3-none-any.whl", hash = "sha256:eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc"},
|
||||
{file = "jsonschema-4.19.2.tar.gz", hash = "sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392"},
|
||||
{file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"},
|
||||
{file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "af119c3b4cf3a55bf5c6d967dd96058fd563ad6fbdde26d2274c29f567159397"
|
||||
content-hash = "65077eb435437afa8ae9c35c1cc27f3d9dcfc1cb967577a8e0414d68cd7444c6"
|
||||
|
@ -46,7 +46,7 @@ docker-pycreds = "0.4.0"
|
||||
environs = "9.5.0"
|
||||
idna = "3.4"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.19.2"
|
||||
jsonschema = "4.20.0"
|
||||
nested-lookup = "0.2.25"
|
||||
pathspec = "0.11.2"
|
||||
python = "^3.8.0"
|
||||
|
Loading…
Reference in New Issue
Block a user