diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2023-04-10 12:25:37 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2023-04-10 12:28:01 +0200 |
commit | 6cc4f94d66a3f4386a78305d78b0cbf95496a98b (patch) | |
tree | a6bb8eba2fdc518e50306f489311eeb71a141a53 /pyGHDL/cli | |
parent | 789ae58275063c15b75c94e5746246ea5c37dba5 (diff) | |
download | ghdl-6cc4f94d66a3f4386a78305d78b0cbf95496a98b.tar.gz ghdl-6cc4f94d66a3f4386a78305d78b0cbf95496a98b.tar.bz2 ghdl-6cc4f94d66a3f4386a78305d78b0cbf95496a98b.zip |
Bumped dependencies.
(cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7)
Diffstat (limited to 'pyGHDL/cli')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 2 |
1 files changed, 1 insertions, 1 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 |