fix(deps): update dependency unidiff to v0.7.0 (#188)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-24 10:25:33 +02:00 committed by GitHub
parent cd6992a621
commit 10302ed418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -669,7 +669,7 @@ python-versions = "*"
[[package]]
name = "unidiff"
version = "0.6.0"
version = "0.7.0"
description = "Unified diff parsing/metadata extraction library."
category = "main"
optional = false
@ -714,7 +714,7 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "c0f4c1c8b7d621f2c8f2cade1092e82499971a84331db9a422079bee28a4c0a9"
content-hash = "0dc11def6cb04dc130ee736f063f9af60653bfadedae8ad589fcd341077bf71b"
[metadata.files]
ansible = [
@ -1150,8 +1150,8 @@ typing-extensions = [
{file = "typing_extensions-3.10.0.0.tar.gz", hash = "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342"},
]
unidiff = [
{file = "unidiff-0.6.0-py2.py3-none-any.whl", hash = "sha256:e1dd956a492ccc4351e24931b2f2d29c79e3be17a99dd8f14e95324321d93a88"},
{file = "unidiff-0.6.0.tar.gz", hash = "sha256:90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"},
{file = "unidiff-0.7.0-py2.py3-none-any.whl", hash = "sha256:ae4a9dacb2fba7297dbd85c4d629728ca4b3a6c2606a53a419b53b0388857c89"},
{file = "unidiff-0.7.0.tar.gz", hash = "sha256:91bb13b4969514a400679d9ae5e29a6ffad85346087677f8b5e2e036af817447"},
]
yamllint = [
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},

View File

@ -47,7 +47,7 @@ pathspec = "0.9.0"
python = "^3.6.0"
python-json-logger = "2.0.2"
toolz = "0.11.1"
unidiff = "0.6.0"
unidiff = "0.7.0"
yamllint = "1.26.3"
[tool.poetry.dev-dependencies]