aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-18 22:27:52 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-18 22:27:52 +0200
commit305b86aaf545eb662b8801868560575c8aeb2dd6 (patch)
tree8ce96e0efdb754a25c89899c8dd39cce0c13a3d4
parentea72eb4f0703b16e935dc6f41f54bc94739a18f3 (diff)
downloadghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.gz
ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.bz2
ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.zip
Bumped Python package dependencies in pyGHDL.
-rw-r--r--doc/requirements.txt6
-rw-r--r--pyGHDL/libghdl/requirements.txt2
-rw-r--r--pyproject.toml6
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index cb4081ec3..14fe95810 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,8 +1,8 @@
-r ../pyGHDL/requirements.txt
-sphinx>=3.4.2
+sphinx>=5.0.2
#recommonmark>=0.7.1
-python-dateutil>=2.8.1
+python-dateutil>=2.8.2
# Sphinx Extenstions
# sphinxcontrib-textstyle>=0.2.1
@@ -10,7 +10,7 @@ python-dateutil>=2.8.1
# changelog>=0.3.5
autoapi
sphinx_fontawesome>=0.0.6
-sphinx_autodoc_typehints>=1.11.1
+sphinx_autodoc_typehints>=1.18.3
# BuildTheDocs Extensions (mostly patched Sphinx extensions)
btd.sphinx.autoprogram>=0.1.6.post1
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
diff --git a/pyproject.toml b/pyproject.toml
index c2ddfb778..3d59efe58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
[build-system]
requires = [
- "pyTooling >= 1.7.0",
- "setuptools >= 35.0.2",
- "wheel >= 0.29.0"
+ "pyTooling >= 2.1.0",
+ "setuptools >= 62.3.3",
+ "wheel >= 0.37.1"
]
build-backend = "setuptools.build_meta"