From 305b86aaf545eb662b8801868560575c8aeb2dd6 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 18 Jun 2022 22:27:52 +0200 Subject: Bumped Python package dependencies in pyGHDL. --- doc/requirements.txt | 6 +++--- pyGHDL/libghdl/requirements.txt | 2 +- pyproject.toml | 6 +++--- 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" -- cgit v1.2.3