mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
fix(deps): update dependency nested-lookup to v0.2.23 (#264)
This commit is contained in:
parent
888f3d479a
commit
fc04651dbd
6
poetry.lock
generated
6
poetry.lock
generated
@ -392,7 +392,7 @@ python-versions = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nested-lookup"
|
name = "nested-lookup"
|
||||||
version = "0.2.22"
|
version = "0.2.23"
|
||||||
description = "Python functions for working with deeply nested documents (lists and dicts)"
|
description = "Python functions for working with deeply nested documents (lists and dicts)"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
@ -726,7 +726,7 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "a2b403b90e45433319675e956f4237e9eb1be68354225cf42ddeb943d8e1c97d"
|
content-hash = "e86462b8c46d7bda9d9c3e1d49ac8ff5b80f065d11a2a46e17477d3f18b74ac3"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
@ -1029,7 +1029,7 @@ mccabe = [
|
|||||||
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
||||||
]
|
]
|
||||||
nested-lookup = [
|
nested-lookup = [
|
||||||
{file = "nested-lookup-0.2.22.tar.gz", hash = "sha256:e39adacd11e879dd6383b0a832cde97edce25d2a29cbc03a9c80fefa3a131e8b"},
|
{file = "nested-lookup-0.2.23.tar.gz", hash = "sha256:7b8900c8e706e4f8c3309ebde229b109f487b15b9a8cae27b99026ad11e4b64c"},
|
||||||
]
|
]
|
||||||
packaging = [
|
packaging = [
|
||||||
{file = "packaging-21.2-py3-none-any.whl", hash = "sha256:14317396d1e8cdb122989b916fa2c7e9ca8e2be9e8060a6eff75b6b7b4d8a7e0"},
|
{file = "packaging-21.2-py3-none-any.whl", hash = "sha256:14317396d1e8cdb122989b916fa2c7e9ca8e2be9e8060a6eff75b6b7b4d8a7e0"},
|
||||||
|
@ -42,7 +42,7 @@ appdirs = "1.4.4"
|
|||||||
colorama = "0.4.4"
|
colorama = "0.4.4"
|
||||||
flake8 = "4.0.1"
|
flake8 = "4.0.1"
|
||||||
jsonschema = "4.2.1"
|
jsonschema = "4.2.1"
|
||||||
nested-lookup = "0.2.22"
|
nested-lookup = "0.2.23"
|
||||||
pathspec = "0.9.0"
|
pathspec = "0.9.0"
|
||||||
python = "^3.7.0"
|
python = "^3.7.0"
|
||||||
python-json-logger = "2.0.2"
|
python-json-logger = "2.0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user