diff --git a/poetry.lock b/poetry.lock index bd1fb29..2010805 100644 --- a/poetry.lock +++ b/poetry.lock @@ -380,7 +380,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 @@ -738,7 +738,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "83f2ed85f97339b8ead99fcd40166d44032d1fc041206839ed489cd3448e6421" +content-hash = "1dc7918c1823639739f0379fcef6315d512a58a1ea2a7bd1aadb9c8a325ddf93" [metadata.files] anyconfig = [ @@ -902,7 +902,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"}, diff --git a/pyproject.toml b/pyproject.toml index dbae768..a92cff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ appdirs = "1.4.4" colorama = "0.4.5" environs = "9.5.0" jsonschema = "4.6.1" -nested-lookup = "0.2.23" +nested-lookup = "0.2.25" prometheus-client = "0.14.1" proxmoxer = "1.3.1" python = "^3.7.0"