fix(deps): update dependency unidiff to v0.7.2 (#300)

This commit is contained in:
renovate[bot] 2022-01-29 13:30:47 +01:00 committed by GitHub
parent dab99f2c26
commit 4bed3e6117
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

@ -656,7 +656,7 @@ python-versions = ">=3.5"
[[package]]
name = "unidiff"
version = "0.7.0"
version = "0.7.2"
description = "Unified diff parsing/metadata extraction library."
category = "main"
optional = false
@ -701,7 +701,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "db6781d8d23f8fc49eced7d77567dbf25bb5f223b9f09c2073a1fff70da1d5c4"
content-hash = "2617522d9895946c0ee334bfe60a6e0ef78814278a2f0b318b7b080a0111ec64"
[metadata.files]
ansible = [
@ -1155,8 +1155,8 @@ toolz = [
{file = "toolz-0.11.2.tar.gz", hash = "sha256:6b312d5e15138552f1bda8a4e66c30e236c831b612b2bf0005f8a1df10a4bc33"},
]
unidiff = [
{file = "unidiff-0.7.0-py2.py3-none-any.whl", hash = "sha256:ae4a9dacb2fba7297dbd85c4d629728ca4b3a6c2606a53a419b53b0388857c89"},
{file = "unidiff-0.7.0.tar.gz", hash = "sha256:91bb13b4969514a400679d9ae5e29a6ffad85346087677f8b5e2e036af817447"},
{file = "unidiff-0.7.2-py2.py3-none-any.whl", hash = "sha256:1ecddf0fa1e1b121a2a410a25b9ec26863f917f27373160cc71c7423877f19bd"},
{file = "unidiff-0.7.2.tar.gz", hash = "sha256:15297652e97870f55136bd3c07c697eaed813b24ca8cec7ae08398b026ff03cc"},
]
yamllint = [
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},

View File

@ -46,7 +46,7 @@ pathspec = "0.9.0"
python = "^3.8.0"
python-json-logger = "2.0.2"
toolz = "0.11.2"
unidiff = "0.7.0"
unidiff = "0.7.2"
yamllint = "1.26.3"
[tool.poetry.dev-dependencies]