mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 21:00:44 +00:00
fix(deps): update dependency colorama to v0.4.5 (#389)
This commit is contained in:
parent
0bf07aa0b7
commit
b1fbae323c
8
poetry.lock
generated
8
poetry.lock
generated
@ -101,7 +101,7 @@ pycparser = "*"
|
||||
|
||||
[[package]]
|
||||
name = "colorama"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
description = "Cross-platform colored terminal text."
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -699,7 +699,7 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "c28f05e563eac1ca13ff78d9c23cbcdfb661c667ffd8d196e4863b3c8684a31c"
|
||||
content-hash = "d61a6c6cce090d573239f4f4f14b0157d5360812b3b33402a772fc05d43e4602"
|
||||
|
||||
[metadata.files]
|
||||
ansible = [
|
||||
@ -781,8 +781,8 @@ cffi = [
|
||||
{file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"},
|
||||
]
|
||||
colorama = [
|
||||
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
||||
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
||||
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
||||
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
||||
]
|
||||
coverage = [
|
||||
{file = "coverage-6.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f1d5aa2703e1dab4ae6cf416eb0095304f49d004c39e9db1d86f57924f43006b"},
|
||||
|
@ -38,7 +38,7 @@ ansible = {version = "5.9.0", optional = true}
|
||||
ansible-core = {version = "2.12.6", optional = true}
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.4"
|
||||
colorama = "0.4.5"
|
||||
flake8 = "4.0.1"
|
||||
jsonschema = "4.6.0"
|
||||
nested-lookup = "0.2.23"
|
||||
|
Loading…
Reference in New Issue
Block a user