fix(deps): update dependency unidiff to v0.7.5 (#564)

This commit is contained in:
renovate[bot] 2023-03-20 10:36:00 +01:00 committed by GitHub
parent 71c66ca77f
commit 8b546bcdad
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

@ -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"

View File

@ -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]