fix(deps): update dependency toolz to v1 (#884)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-06 20:51:28 +02:00 committed by GitHub
parent 3b1c285f2d
commit 20425d54b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -848,13 +848,13 @@ files = [
[[package]]
name = "toolz"
version = "0.12.1"
version = "1.0.0"
description = "List processing tools and functional utilities"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "toolz-0.12.1-py3-none-any.whl", hash = "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85"},
{file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"},
{file = "toolz-1.0.0-py3-none-any.whl", hash = "sha256:292c8f1c4e7516bf9086f8850935c799a874039c8bcf959d47b600e4c44a6236"},
{file = "toolz-1.0.0.tar.gz", hash = "sha256:2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02"},
]
[[package]]
@ -893,4 +893,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "4be876418997a5050d1e194ec00b7b6ba3b74b00266b3bce19e2829bbb850473"
content-hash = "669ee82c0736fb6fa5abcf47c16f166cda43b6e936a9c91db2750cf718f277a3"

View File

@ -41,7 +41,7 @@ nested-lookup = "0.2.25"
pathspec = "0.12.1"
python = "^3.9.0"
python-json-logger = "2.0.7"
toolz = "0.12.1"
toolz = "1.0.0"
unidiff = "0.7.5"
yamllint = "1.35.1"