diff --git a/poetry.lock b/poetry.lock index 461ef29..92c0040 100644 --- a/poetry.lock +++ b/poetry.lock @@ -646,7 +646,7 @@ python-versions = ">=3.7" [[package]] name = "toolz" -version = "0.11.2" +version = "0.12.0" description = "List processing tools and functional utilities" category = "main" optional = false @@ -699,7 +699,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "32d0d2f1ac40458e66c51aaf0acd31a01788e2fd84ce0d33f565cf0d40199521" +content-hash = "0482e7aec97f9ad62017ffc5a2b37af8e01fa3acc523d3e902d508ccde2c5133" [metadata.files] ansible = [ @@ -1122,8 +1122,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] toolz = [ - {file = "toolz-0.11.2-py3-none-any.whl", hash = "sha256:a5700ce83414c64514d82d60bcda8aabfde092d1c1a8663f9200c07fdcc6da8f"}, - {file = "toolz-0.11.2.tar.gz", hash = "sha256:6b312d5e15138552f1bda8a4e66c30e236c831b612b2bf0005f8a1df10a4bc33"}, + {file = "toolz-0.12.0-py3-none-any.whl", hash = "sha256:2059bd4148deb1884bb0eb770a3cde70e7f954cfbbdc2285f1f2de01fd21eb6f"}, + {file = "toolz-0.12.0.tar.gz", hash = "sha256:88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194"}, ] unidiff = [ {file = "unidiff-0.7.4-py2.py3-none-any.whl", hash = "sha256:688622add422f84a873498cc4ff9bf50da5ea6c23dea908f19d2190fa39a8e39"}, diff --git a/pyproject.toml b/pyproject.toml index f43ea7a..d466f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ nested-lookup = "0.2.25" pathspec = "0.9.0" python = "^3.8.0" python-json-logger = "2.0.3" -toolz = "0.11.2" +toolz = "0.12.0" unidiff = "0.7.4" yamllint = "1.26.3"