From 545eab84eb8c3c6ea78c948251f0eb4245760f95 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 16 May 2022 22:26:56 +0200 Subject: =?UTF-8?q?Bumped=20dependencies=20to=20support=20pyTooling=20?= =?UTF-8?q?=E2=89=A52.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyGHDL/cli/requirements.txt | 4 ++-- pyGHDL/libghdl/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index 9865f70b8..e453bcbde 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyTooling>=1.6.0,<=1.10.0 -pyTooling.TerminalUI>=1.5.3,<=1.5.7 +pyTooling>=2.1.0 +pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index aeb01d251..571c5f637 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=1.6.0,<=1.10.0 +pyTooling>=2.0.1 -- cgit v1.2.3