From b365b326381ca334b80d52ec2f9524d337b78dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:40:01 +0100 Subject: [PATCH] fix(deps): update dependency toolz to v0.12.1 (#751) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49055fc..302d0f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -817,13 +817,13 @@ files = [ [[package]] name = "toolz" -version = "0.12.0" +version = "0.12.1" description = "List processing tools and functional utilities" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "toolz-0.12.0-py3-none-any.whl", hash = "sha256:2059bd4148deb1884bb0eb770a3cde70e7f954cfbbdc2285f1f2de01fd21eb6f"}, - {file = "toolz-0.12.0.tar.gz", hash = "sha256:88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194"}, + {file = "toolz-0.12.1-py3-none-any.whl", hash = "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85"}, + {file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"}, ] [[package]] @@ -861,4 +861,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "36ae980bcd064e91ee31188d85dcc7ade06f8f63d14379a633fcbad5798ec142" +content-hash = "f671be5bf21fe40100c0de43576d40fe5c1c1ee4a670d685423b1014229f4097" diff --git a/pyproject.toml b/pyproject.toml index 35ca765..c170597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ nested-lookup = "0.2.25" pathspec = "0.12.1" python = "^3.9.0" python-json-logger = "2.0.7" -toolz = "0.12.0" +toolz = "0.12.1" unidiff = "0.7.5" yamllint = "1.33.0"