From 6cc4f94d66a3f4386a78305d78b0cbf95496a98b Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 10 Apr 2023 12:25:37 +0200 Subject: Bumped dependencies. (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7) --- pyGHDL/cli/requirements.txt | 2 +- pyGHDL/dom/requirements.txt | 2 +- pyGHDL/libghdl/requirements.txt | 2 +- pyproject.toml | 2 +- testsuite/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index e07402a28..a2fdd82b3 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyTooling>=3.0.0, <4.0 +pyTooling>=4.0.1, <5.0 pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index 01862686c..dcded04a0 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.23.0 +pyVHDLModel==0.24.1 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index 31f770b15..c66bc6e3a 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=3.0.0, <4.0 +pyTooling>=4.0.1, <5.0 diff --git a/pyproject.toml b/pyproject.toml index 54cfb8775..aaee3ff85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "pyTooling >= 3.0.0", + "pyTooling >= 4.0.1", "setuptools >= 62.3.3", "wheel >= 0.38.1" ] diff --git a/testsuite/requirements.txt b/testsuite/requirements.txt index f66ab3978..576b49bc0 100644 --- a/testsuite/requirements.txt +++ b/testsuite/requirements.txt @@ -1,6 +1,6 @@ -r ../pyGHDL/requirements.txt -pytest>=6.2.1 +pytest>=7.3.0 pytest-cov>=2.10.1 # Coverage collection -- cgit v1.2.3