mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-23 21:30:40 +00:00
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:
parent
3b1c285f2d
commit
20425d54b5
10
poetry.lock
generated
10
poetry.lock
generated
@ -848,13 +848,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toolz"
|
name = "toolz"
|
||||||
version = "0.12.1"
|
version = "1.0.0"
|
||||||
description = "List processing tools and functional utilities"
|
description = "List processing tools and functional utilities"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "toolz-0.12.1-py3-none-any.whl", hash = "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85"},
|
{file = "toolz-1.0.0-py3-none-any.whl", hash = "sha256:292c8f1c4e7516bf9086f8850935c799a874039c8bcf959d47b600e4c44a6236"},
|
||||||
{file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"},
|
{file = "toolz-1.0.0.tar.gz", hash = "sha256:2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -893,4 +893,4 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9.0"
|
python-versions = "^3.9.0"
|
||||||
content-hash = "4be876418997a5050d1e194ec00b7b6ba3b74b00266b3bce19e2829bbb850473"
|
content-hash = "669ee82c0736fb6fa5abcf47c16f166cda43b6e936a9c91db2750cf718f277a3"
|
||||||
|
@ -41,7 +41,7 @@ nested-lookup = "0.2.25"
|
|||||||
pathspec = "0.12.1"
|
pathspec = "0.12.1"
|
||||||
python = "^3.9.0"
|
python = "^3.9.0"
|
||||||
python-json-logger = "2.0.7"
|
python-json-logger = "2.0.7"
|
||||||
toolz = "0.12.1"
|
toolz = "1.0.0"
|
||||||
unidiff = "0.7.5"
|
unidiff = "0.7.5"
|
||||||
yamllint = "1.35.1"
|
yamllint = "1.35.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user