From 458c1f96b19866291e03a943e85652c976cbb7a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 09:06:11 +0100 Subject: [PATCH] fix(deps): update dependency nested-lookup to v0.2.23 (#206) --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 207c4b5..9c3c00a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -439,7 +439,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 @@ -868,7 +868,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "d7f5ee5d45cc6e9810eaea0c3c010be9aca487e789adc2afab4eab1c650504b9" +content-hash = "5189da143e3f9d85f744b795341c39571e580094a812088a24b8fda1ea6ffdf4" [metadata.files] anyconfig = [ @@ -1070,7 +1070,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"}, diff --git a/pyproject.toml b/pyproject.toml index 55a42d0..dd32ac8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ environs = "9.3.4" idna = "3.3" ipaddress = "1.0.23" jsonschema = "4.2.1" -nested-lookup = "0.2.22" +nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0" python-dateutil = "2.8.2"