mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-24 13:10:40 +00:00
fix(deps): update dependency jsonschema to v4.3.0 (#221)
This commit is contained in:
parent
787aaffbb6
commit
8ccf573757
9
poetry.lock
generated
9
poetry.lock
generated
@ -398,7 +398,7 @@ plugins = ["setuptools"]
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.2.1"
|
||||
version = "4.3.0"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -409,6 +409,7 @@ attrs = ">=17.4.0"
|
||||
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
||||
importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""}
|
||||
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
||||
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
||||
|
||||
[package.extras]
|
||||
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
|
||||
@ -871,7 +872,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "6b130771a4a40582dbf03a5a087e0c42aeb0523d0e4226ff62ebfdecc106e05d"
|
||||
content-hash = "b3f1b41142aef13fd32496892be1f4d4f1429f7e85490340627a944d075a9b5a"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -1062,8 +1063,8 @@ isort = [
|
||||
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.2.1-py3-none-any.whl", hash = "sha256:2a0f162822a64d95287990481b45d82f096e99721c86534f48201b64ebca6e8c"},
|
||||
{file = "jsonschema-4.2.1.tar.gz", hash = "sha256:390713469ae64b8a58698bb3cbc3859abe6925b565a973f87323ef21b09a27a8"},
|
||||
{file = "jsonschema-4.3.0-py3-none-any.whl", hash = "sha256:ab7069946a3ad2037e79a5cdc8d0e9a74cd00721d426d75c5d69a6707c778218"},
|
||||
{file = "jsonschema-4.3.0.tar.gz", hash = "sha256:cb7f57b40f870409d7571844d0623f66d8078c90a9c255d9a4d4314b5ec3fc7c"},
|
||||
]
|
||||
marshmallow = [
|
||||
{file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"},
|
||||
|
@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
|
||||
environs = "9.3.5"
|
||||
idna = "3.3"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.2.1"
|
||||
jsonschema = "4.3.0"
|
||||
nested-lookup = "0.2.23"
|
||||
pathspec = "0.9.0"
|
||||
python = "^3.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user