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.1.0 (#188)
This commit is contained in:
parent
f2057c954f
commit
e49741bcc5
8
poetry.lock
generated
8
poetry.lock
generated
@ -385,7 +385,7 @@ plugins = ["setuptools"]
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.0.1"
|
||||
version = "4.1.0"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -839,7 +839,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "b57dca0205af184bb20d96ce5a00b8c7ff3deca4987302a2e1bee3b23da7ba2f"
|
||||
content-hash = "804974b29ce966d83c9b952e9914abbae865543e885c6401f1af3fd0736cbd66"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -1012,8 +1012,8 @@ isort = [
|
||||
{file = "isort-5.9.3.tar.gz", hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.0.1-py3-none-any.whl", hash = "sha256:9938802041347f2c62cad2aef59e9a0826cd34584f3609db950efacb4dbf6518"},
|
||||
{file = "jsonschema-4.0.1.tar.gz", hash = "sha256:48f4e74f8bec0c2f75e9fcfffa264e78342873e1b57e2cfeae54864cc5e9e4dd"},
|
||||
{file = "jsonschema-4.1.0-py3-none-any.whl", hash = "sha256:2b3cca28580511d44326f0e7fc582eab3cbe31aabd1a1c2cfa74a399796ffd84"},
|
||||
{file = "jsonschema-4.1.0.tar.gz", hash = "sha256:9dd7c33b4a96138dc37bb86b3610d3b12d30d96433d4d73435ca3025804154a8"},
|
||||
]
|
||||
marshmallow = [
|
||||
{file = "marshmallow-3.13.0-py2.py3-none-any.whl", hash = "sha256:dd4724335d3c2b870b641ffe4a2f8728a1380cd2e7e2312756715ffeaa82b842"},
|
||||
|
@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
|
||||
environs = "9.3.4"
|
||||
idna = "3.2"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.0.1"
|
||||
jsonschema = "4.1.0"
|
||||
nested-lookup = "0.2.22"
|
||||
pathspec = "0.9.0"
|
||||
python = "^3.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user