diff --git a/poetry.lock b/poetry.lock index c11a994..b57ba68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -752,14 +752,14 @@ files = [ [[package]] name = "unidiff" -version = "0.7.4" +version = "0.7.5" description = "Unified diff parsing/metadata extraction library." category = "main" optional = false python-versions = "*" files = [ - {file = "unidiff-0.7.4-py2.py3-none-any.whl", hash = "sha256:688622add422f84a873498cc4ff9bf50da5ea6c23dea908f19d2190fa39a8e39"}, - {file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"}, + {file = "unidiff-0.7.5-py2.py3-none-any.whl", hash = "sha256:c93bf2265cc1ba2a520e415ab05da587370bc2a3ae9e0414329f54f0c2fc09e8"}, + {file = "unidiff-0.7.5.tar.gz", hash = "sha256:2e5f0162052248946b9f0970a40e9e124236bf86c82b70821143a6fc1dea2574"}, ] [[package]] @@ -798,4 +798,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "f02715cbc48cc99c1c2f61330cf74d34582aa5d98ad02da114ecf33df9d33f59" +content-hash = "af9aaa9eb5e21a4e7884a9249cca44c67cf29882e33527a27e4df1ad3801860b" diff --git a/pyproject.toml b/pyproject.toml index 42d5b0a..e4fbb88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pathspec = "0.11.0" python = "^3.9.0" python-json-logger = "2.0.7" toolz = "0.12.0" -unidiff = "0.7.4" +unidiff = "0.7.5" yamllint = "1.29.0" [tool.poetry.extras]