mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 22:00:40 +00:00
fix(deps): update dependency unidiff to v0.7.5 (#564)
This commit is contained in:
parent
71c66ca77f
commit
8b546bcdad
8
poetry.lock
generated
8
poetry.lock
generated
@ -752,14 +752,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unidiff"
|
name = "unidiff"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
description = "Unified diff parsing/metadata extraction library."
|
description = "Unified diff parsing/metadata extraction library."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
{file = "unidiff-0.7.4-py2.py3-none-any.whl", hash = "sha256:688622add422f84a873498cc4ff9bf50da5ea6c23dea908f19d2190fa39a8e39"},
|
{file = "unidiff-0.7.5-py2.py3-none-any.whl", hash = "sha256:c93bf2265cc1ba2a520e415ab05da587370bc2a3ae9e0414329f54f0c2fc09e8"},
|
||||||
{file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"},
|
{file = "unidiff-0.7.5.tar.gz", hash = "sha256:2e5f0162052248946b9f0970a40e9e124236bf86c82b70821143a6fc1dea2574"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -798,4 +798,4 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9.0"
|
python-versions = "^3.9.0"
|
||||||
content-hash = "f02715cbc48cc99c1c2f61330cf74d34582aa5d98ad02da114ecf33df9d33f59"
|
content-hash = "af9aaa9eb5e21a4e7884a9249cca44c67cf29882e33527a27e4df1ad3801860b"
|
||||||
|
@ -45,7 +45,7 @@ pathspec = "0.11.0"
|
|||||||
python = "^3.9.0"
|
python = "^3.9.0"
|
||||||
python-json-logger = "2.0.7"
|
python-json-logger = "2.0.7"
|
||||||
toolz = "0.12.0"
|
toolz = "0.12.0"
|
||||||
unidiff = "0.7.4"
|
unidiff = "0.7.5"
|
||||||
yamllint = "1.29.0"
|
yamllint = "1.29.0"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
Loading…
Reference in New Issue
Block a user