fix(deps): update dependency nested-lookup to v0.2.23 (#94)

This commit is contained in:
renovate[bot] 2021-11-10 08:43:15 +01:00 committed by GitHub
parent 587a1d4ce9
commit ef46202be1
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

@ -373,7 +373,7 @@ python-versions = "*"
[[package]]
name = "nested-lookup"
version = "0.2.22"
version = "0.2.23"
description = "Python functions for working with deeply nested documents (lists and dicts)"
category = "main"
optional = false
@ -729,7 +729,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "e68e297444d86f2d1938879d73caf61d38cf19de66bcac1664c5445ff1be69bf"
content-hash = "339f91b78dca00caa8d2188a302f90e1425a9f0ad090ebd516fd67746f00187b"
[metadata.files]
anyconfig = [
@ -897,7 +897,7 @@ mccabe = [
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
]
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 = [
{file = "packaging-21.2-py3-none-any.whl", hash = "sha256:14317396d1e8cdb122989b916fa2c7e9ca8e2be9e8060a6eff75b6b7b4d8a7e0"},

View File

@ -38,7 +38,7 @@ appdirs = "1.4.4"
colorama = "0.4.4"
environs = "9.3.4"
jsonschema = "4.2.1"
nested-lookup = "0.2.22"
nested-lookup = "0.2.23"
prometheus-client = "0.12.0"
proxmoxer = "1.2.0"
python = "^3.7.0"