fix(deps): update dependency nested-lookup to v0.2.25 (#400)

This commit is contained in:
renovate[bot] 2022-07-11 08:48:55 +02:00 committed by GitHub
parent 9b240a23e9
commit dddcfec1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -376,7 +376,7 @@ python-versions = "*"
[[package]]
name = "nested-lookup"
version = "0.2.23"
version = "0.2.25"
description = "Python functions for working with deeply nested documents (lists and dicts)"
category = "main"
optional = false
@ -699,7 +699,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "53630edeec3dda6219d0e97c5b003e3e1f6e86a2f38f2c171a74271dba746b4f"
content-hash = "61adec9c99fa1b436c48bdc4896fa2bb0f3f80e0c25b17069517dbaef5a79c44"
[metadata.files]
ansible = [
@ -969,7 +969,7 @@ mccabe = [
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
]
nested-lookup = [
{file = "nested-lookup-0.2.23.tar.gz", hash = "sha256:7b8900c8e706e4f8c3309ebde229b109f487b15b9a8cae27b99026ad11e4b64c"},
{file = "nested-lookup-0.2.25.tar.gz", hash = "sha256:6fa832748c90381f2291d850809e32492519ee5f253d6a5acbc29d937eca02e8"},
]
packaging = [
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},

View File

@ -41,7 +41,7 @@ appdirs = "1.4.4"
colorama = "0.4.5"
flake8 = "4.0.1"
jsonschema = "4.6.1"
nested-lookup = "0.2.23"
nested-lookup = "0.2.25"
pathspec = "0.9.0"
python = "^3.8.0"
python-json-logger = "2.0.2"