mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-24 21:20:42 +00:00
fix(deps): update dependency jsonschema to v4.13.0 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
31bad7357e
commit
9e066f0099
46
poetry.lock
generated
46
poetry.lock
generated
@ -7,11 +7,11 @@ optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.extras]
|
||||
query = ["jmespath"]
|
||||
schema = ["jsonschema"]
|
||||
template = ["jinja2"]
|
||||
toml = ["toml"]
|
||||
yaml = ["pyyaml"]
|
||||
toml = ["toml"]
|
||||
template = ["jinja2"]
|
||||
schema = ["jsonschema"]
|
||||
query = ["jmespath"]
|
||||
|
||||
[[package]]
|
||||
name = "appdirs"
|
||||
@ -222,7 +222,7 @@ python-versions = "*"
|
||||
flake8 = "*"
|
||||
|
||||
[package.extras]
|
||||
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
|
||||
test = ["pytest-cov", "pytest", "mock", "coveralls", "coverage"]
|
||||
|
||||
[[package]]
|
||||
name = "flake8-docstrings"
|
||||
@ -395,14 +395,14 @@ optional = false
|
||||
python-versions = ">=3.6.1,<4.0"
|
||||
|
||||
[package.extras]
|
||||
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
||||
requirements_deprecated_finder = ["pipreqs", "pip-api"]
|
||||
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
||||
plugins = ["setuptools"]
|
||||
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
||||
requirements_deprecated_finder = ["pip-api", "pipreqs"]
|
||||
pipfile_deprecated_finder = ["requirementslib", "pipreqs"]
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.12.1"
|
||||
version = "4.13.0"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -417,8 +417,8 @@ 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)"]
|
||||
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
||||
format-nongpl = ["webcolors (>=1.11)", "uri-template", "rfc3986-validator (>0.1.0)", "rfc3339-validator", "jsonpointer (>1.13)", "isoduration", "idna", "fqdn"]
|
||||
format = ["webcolors (>=1.11)", "uri-template", "rfc3987", "rfc3339-validator", "jsonpointer (>1.13)", "isoduration", "idna", "fqdn"]
|
||||
|
||||
[[package]]
|
||||
name = "marshmallow"
|
||||
@ -432,10 +432,10 @@ python-versions = ">=3.7"
|
||||
packaging = ">=17.0"
|
||||
|
||||
[package.extras]
|
||||
dev = ["pytest", "pytz", "simplejson", "mypy (==0.961)", "flake8 (==4.0.1)", "flake8-bugbear (==22.6.22)", "pre-commit (>=2.4,<3.0)", "tox"]
|
||||
docs = ["sphinx (==4.5.0)", "sphinx-issues (==3.0.1)", "alabaster (==0.7.12)", "sphinx-version-warning (==1.1.2)", "autodocsumm (==0.2.8)"]
|
||||
lint = ["mypy (==0.961)", "flake8 (==4.0.1)", "flake8-bugbear (==22.6.22)", "pre-commit (>=2.4,<3.0)"]
|
||||
tests = ["pytest", "pytz", "simplejson"]
|
||||
tests = ["simplejson", "pytz", "pytest"]
|
||||
lint = ["pre-commit (>=2.4,<3.0)", "flake8-bugbear (==22.6.22)", "flake8 (==4.0.1)", "mypy (==0.961)"]
|
||||
docs = ["autodocsumm (==0.2.8)", "sphinx-version-warning (==1.1.2)", "alabaster (==0.7.12)", "sphinx-issues (==3.0.1)", "sphinx (==4.5.0)"]
|
||||
dev = ["tox", "pre-commit (>=2.4,<3.0)", "flake8-bugbear (==22.6.22)", "flake8 (==4.0.1)", "mypy (==0.961)", "simplejson", "pytz", "pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "mccabe"
|
||||
@ -623,7 +623,7 @@ python-versions = ">=3.7"
|
||||
pytest = ">=5.0"
|
||||
|
||||
[package.extras]
|
||||
dev = ["pre-commit", "tox", "pytest-asyncio"]
|
||||
dev = ["pytest-asyncio", "tox", "pre-commit"]
|
||||
|
||||
[[package]]
|
||||
name = "python-dateutil"
|
||||
@ -822,8 +822,8 @@ pytz-deprecation-shim = "*"
|
||||
tzdata = {version = "*", markers = "platform_system == \"Windows\""}
|
||||
|
||||
[package.extras]
|
||||
devenv = ["black", "pyroma", "pytest-cov", "zest.releaser"]
|
||||
test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"]
|
||||
test = ["pytest (>=4.3)", "pytest-mock (>=3.3)"]
|
||||
devenv = ["zest.releaser", "pytest-cov", "pyroma", "black"]
|
||||
|
||||
[[package]]
|
||||
name = "urllib3"
|
||||
@ -868,13 +868,13 @@ optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.extras]
|
||||
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
|
||||
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
|
||||
testing = ["pytest-mypy (>=0.9.1)", "pytest-black (>=0.3.7)", "func-timeout", "jaraco.itertools", "pytest-enabler (>=1.3)", "pytest-cov", "pytest-flake8", "pytest-checkdocs (>=2.4)", "pytest (>=6)"]
|
||||
docs = ["jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "jaraco.packaging (>=9)", "sphinx"]
|
||||
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "db2c448e90296f82db3a56d48cdeb46d46150b0500202480a2b787ccdfcda0e5"
|
||||
content-hash = "cab75f3e436ccd9e08aab397aac9598df95cc3d6cec766ef419b547cda4f39b9"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -1069,8 +1069,8 @@ isort = [
|
||||
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.12.1-py3-none-any.whl", hash = "sha256:05f975aee3f1244a1ea0e018e8ad2672f6ca5fd1a28bc46ffc7d4b3e9896cac4"},
|
||||
{file = "jsonschema-4.12.1.tar.gz", hash = "sha256:c7dd96a88c4ea60bdc8478589ee2d4ea5d73ab235e24d17641ad733dde4e3eb1"},
|
||||
{file = "jsonschema-4.13.0-py3-none-any.whl", hash = "sha256:870a61bb45050b81103faf6a4be00a0a906e06636ffcf0b84f5a2e51faf901ff"},
|
||||
{file = "jsonschema-4.13.0.tar.gz", hash = "sha256:3776512df4f53f74e6e28fe35717b5b223c1756875486984a31bc9165e7fc920"},
|
||||
]
|
||||
marshmallow = [
|
||||
{file = "marshmallow-3.17.0-py3-none-any.whl", hash = "sha256:00040ab5ea0c608e8787137627a8efae97fabd60552a05dc889c888f814e75eb"},
|
||||
|
@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
|
||||
environs = "9.5.0"
|
||||
idna = "3.3"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.12.1"
|
||||
jsonschema = "4.13.0"
|
||||
nested-lookup = "0.2.25"
|
||||
pathspec = "0.9.0"
|
||||
python = "^3.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user