From 4f6cd6d8cec0c31d8486022b1f6b9eed7cee7165 Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:42:07 +0100 Subject: [PATCH] fix: add termcolor as main dependency (DEV-3149) (#706) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a0a12ae0..9c7c241d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1914,4 +1914,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8491db9ca9a55dd504b26138e8dbd079d6941b076beef33435fd2a09dd7e4f97" +content-hash = "76b994aecde3119d77db33ba76b161178db1768c079f4c2c255191a9c141be5f" diff --git a/pyproject.toml b/pyproject.toml index cb3925671..fb2e70805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ regex = "^2023.10.3" docker = "^6.1.3" pyyaml = "^6.0.1" rustworkx = "^0.13.2" +termcolor = "^2.4.0" [tool.poetry.group.dev.dependencies] @@ -52,7 +53,6 @@ types-jsonschema = "^4.19.0.3" types-openpyxl = "^3.1.0.24" types-regex = "^2023.10.3.0" types-pyyaml = "^6.0.12.12" -termcolor = "^2.3.0" pytest-unordered = "^0.5.2" viztracer = "^0.16.0" ruff = "^0.1.6"