mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 05:40:40 +00:00
fix(deps): update dependency toolz to v0.12.1 (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
087df4848e
commit
b365b32638
10
poetry.lock
generated
10
poetry.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user