From 34c3ae320239fd1c50383066b9f76bd2fbefd037 Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Mon, 22 May 2023 12:59:11 -0300 Subject: [PATCH] fix: dev requirements CI Signed-off-by: Mateus Oliveira --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0b4c1a5..8ee7957 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -127,7 +127,7 @@ charset-normalizer==3.0.1 ; python_version >= "3.7" and python_version < "4" \ click==8.0.3 ; python_version >= "3.7" and python_version < "4.0" \ --hash=sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3 \ --hash=sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b -colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" \ +colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32") \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 coverage[toml]==7.1.0 ; python_version >= "3.7" and python_version < "4.0" \