diff options
author | 2022-10-26 22:28:04 +0000 | |
---|---|---|
committer | 2022-10-26 22:28:04 +0000 | |
commit | c75984c9c725936aba4beef702a5b6881715f5a2 (patch) | |
tree | fa2fc92358e5221a9d3e60439ab6c21954514b72 | |
parent | Bump flake8-bugbear from 22.9.23 to 22.10.25 (#1132) (diff) |
Bump colorama from 0.4.5 to 0.4.6 (#1131)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 24cce3b3..65ce25c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -179,11 +179,11 @@ unicode-backport = ["unicodedata2"] [[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 = "coloredlogs" @@ -908,7 +908,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "73798f2db218e779cb2eec0b2aed4febd304fb45ea632adfad308611b2c81fc2" +content-hash = "8411b36a55188599c80ba36e4db05cccb451e9a99b1f07a7f9f948fa7ee89e04" [metadata.files] aiodns = [ @@ -1097,8 +1097,8 @@ charset-normalizer = [ {file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"}, ] 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"}, ] coloredlogs = [ {file = "coloredlogs-15.0.1-py2.py3-none-any.whl", hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934"}, diff --git a/pyproject.toml b/pyproject.toml index f5032649..560a285c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ sentry-sdk = "1.10.1" PyYAML = "6.0" emojis = "0.6.0" coloredlogs = "15.0.1" -colorama = { version = "0.4.5", markers = "sys_platform == 'win32'" } +colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } lxml = "4.9.1" emoji = "2.1.0" pyjokes = "0.6.0" |