diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-06-18 22:27:52 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-06-18 22:27:52 +0200 |
commit | 305b86aaf545eb662b8801868560575c8aeb2dd6 (patch) | |
tree | 8ce96e0efdb754a25c89899c8dd39cce0c13a3d4 /pyGHDL | |
parent | ea72eb4f0703b16e935dc6f41f54bc94739a18f3 (diff) | |
download | ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.gz ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.bz2 ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.zip |
Bumped Python package dependencies in pyGHDL.
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/libghdl/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index 571c5f637..5f5b740d6 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=2.0.1 +pyTooling>=2.1.0 |