aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2023-03-15 08:03:41 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2023-04-10 12:27:47 +0200
commit789ae58275063c15b75c94e5746246ea5c37dba5 (patch)
tree0110a8e643d2b89117a1da716caed19d4d0be0fd /pyGHDL
parentfcbdfbc631df3d38c6f0cea4119abd30c31bb240 (diff)
downloadghdl-789ae58275063c15b75c94e5746246ea5c37dba5.tar.gz
ghdl-789ae58275063c15b75c94e5746246ea5c37dba5.tar.bz2
ghdl-789ae58275063c15b75c94e5746246ea5c37dba5.zip
Bumped dependencies.
(cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/cli/requirements.txt2
-rw-r--r--pyGHDL/libghdl/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt
index f24fd4e1c..e07402a28 100644
--- a/pyGHDL/cli/requirements.txt
+++ b/pyGHDL/cli/requirements.txt
@@ -1,5 +1,5 @@
-r ../dom/requirements.txt
-pyTooling>=2.13.0, <3.0
+pyTooling>=3.0.0, <4.0
pyTooling.TerminalUI>=1.5.9
pyAttributes>=2.3.2
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt
index a061bb3f4..31f770b15 100644
--- a/pyGHDL/libghdl/requirements.txt
+++ b/pyGHDL/libghdl/requirements.txt
@@ -1 +1 @@
-pyTooling>=2.13.0, <3.0
+pyTooling>=3.0.0, <4.0