aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2023-04-16 07:23:28 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2023-04-16 07:23:28 +0200
commitc3d8e45a45b758bc9dcc38390408e39e01c7be4c (patch)
tree3679bf6a1a5b157ab4893af348223a62c7ba3f9e
parente58078203afbdde0fb41c5a3ec43c80312cbbd8b (diff)
downloadghdl-c3d8e45a45b758bc9dcc38390408e39e01c7be4c.tar.gz
ghdl-c3d8e45a45b758bc9dcc38390408e39e01c7be4c.tar.bz2
ghdl-c3d8e45a45b758bc9dcc38390408e39e01c7be4c.zip
Bumped dependencies.
-rw-r--r--pyGHDL/cli/requirements.txt1
-rw-r--r--pyGHDL/dom/requirements.txt2
-rw-r--r--testsuite/requirements.txt2
3 files changed, 2 insertions, 3 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt
index a2fdd82b3..f12f728ea 100644
--- a/pyGHDL/cli/requirements.txt
+++ b/pyGHDL/cli/requirements.txt
@@ -1,5 +1,4 @@
-r ../dom/requirements.txt
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 dcded04a0..39ed6ca73 100644
--- a/pyGHDL/dom/requirements.txt
+++ b/pyGHDL/dom/requirements.txt
@@ -1,4 +1,4 @@
-r ../libghdl/requirements.txt
-pyVHDLModel==0.24.1
+pyVHDLModel==0.25.0
#https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel
diff --git a/testsuite/requirements.txt b/testsuite/requirements.txt
index 576b49bc0..3b2b87b7c 100644
--- a/testsuite/requirements.txt
+++ b/testsuite/requirements.txt
@@ -4,4 +4,4 @@ pytest>=7.3.0
pytest-cov>=2.10.1
# Coverage collection
-Coverage>=5.3
+Coverage>=7.2