mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
fix(deps): update dependency jsonschema to v4.7.2 (#401)
This commit is contained in:
parent
3d65b4a2b2
commit
2d1ed2f348
8
poetry.lock
generated
8
poetry.lock
generated
@ -343,7 +343,7 @@ i18n = ["Babel (>=2.7)"]
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.6.1"
|
||||
version = "4.7.2"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -699,7 +699,7 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "35c8e76c3f8a111559bb4aa44c968e0defa872ad3e486e509678847a30dc4bfb"
|
||||
content-hash = "8193aa0f71ab1c8ee5179c6e425d4dc392f2d14c108840531977750518514eab"
|
||||
|
||||
[metadata.files]
|
||||
ansible = [
|
||||
@ -933,8 +933,8 @@ jinja2 = [
|
||||
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.6.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"},
|
||||
{file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"},
|
||||
{file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"},
|
||||
{file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"},
|
||||
]
|
||||
markupsafe = [
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
|
||||
|
@ -40,7 +40,7 @@ anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.5"
|
||||
flake8 = "4.0.1"
|
||||
jsonschema = "4.6.1"
|
||||
jsonschema = "4.7.2"
|
||||
nested-lookup = "0.2.25"
|
||||
pathspec = "0.9.0"
|
||||
python = "^3.8.0"
|
||||
|
Loading…
Reference in New Issue
Block a user