fix(deps): update dependency colorama to v0.4.6 (#470)

This commit is contained in:
renovate[bot] 2022-10-25 21:29:08 +02:00 committed by GitHub
parent 94d3466db1
commit d7cd60714f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -104,11 +104,11 @@ pycparser = "*"
[[package]]
name = "colorama"
version = "0.4.5"
version = "0.4.6"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
[[package]]
name = "coverage"
@ -716,7 +716,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "5a2cc42bf25239f438a18c13aedff3d0d5c272eae158b7ce411a9c7ef5f655b0"
content-hash = "c551bc3b826e93eef5f7e8961b8042b803f363ae139a24084c581bf79a5076ba"
[metadata.files]
ansible = [
@ -813,8 +813,8 @@ cffi = [
{file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"},
]
colorama = [
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
coverage = [
{file = "coverage-6.4.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e7b4da9bafad21ea45a714d3ea6f3e1679099e420c8741c74905b92ee9bfa7cc"},

View File

@ -38,7 +38,7 @@ ansible = {version = "6.5.0", optional = true}
ansible-core = {version = "2.13.5", optional = true}
anyconfig = "0.13.0"
appdirs = "1.4.4"
colorama = "0.4.5"
colorama = "0.4.6"
flake8 = "5.0.4"
jsonschema = "4.16.0"
nested-lookup = "0.2.25"