diff --git a/.idea/sphinx-reports.iml b/.idea/sphinx-reports.iml
index 05a55ab9..a3801d28 100644
--- a/.idea/sphinx-reports.iml
+++ b/.idea/sphinx-reports.iml
@@ -10,7 +10,8 @@
-
+
+
\ No newline at end of file
diff --git a/doc/Dependency.rst b/doc/Dependency.rst
index 45013d30..6d28bb6a 100644
--- a/doc/Dependency.rst
+++ b/doc/Dependency.rst
@@ -53,7 +53,7 @@ When installed as ``pyTooling``:
+-----------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+=================================================================+=============+===========================================================================================+========================================================================================================================================================+
-| `pyTooling `__ | ≥6.7 | `Apache License, 2.0 `__ | *None* |
+| `pyTooling `__ | ≥7.0 | `Apache License, 2.0 `__ | *None* |
+-----------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
.. TODO:: document the dependency to
@@ -61,6 +61,7 @@ When installed as ``pyTooling``:
* Sphinx
* docstr_coverage
* interrogate
+ * pyEDAA.Reports
.. _DEP/testing:
@@ -107,7 +108,7 @@ the mandatory dependencies too.
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
| `Coverage `__ | ≥7.6 | `Apache License, 2.0 `__ | *Not yet evaluated.* |
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
-| `mypy `__ | ≥1.12 | `MIT `__ | *Not yet evaluated.* |
+| `mypy `__ | ≥1.13 | `MIT `__ | *Not yet evaluated.* |
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
| `typing-extensions `__ | ≥4.12 | `PSF-2.0 `__ | *Not yet evaluated.* |
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
@@ -151,7 +152,7 @@ the mandatory dependencies too.
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+=================================================================================================+==============+==========================================================================================================+======================================================================================================================================================+
-| `pyTooling `__ | ≥6.7 | `Apache License, 2.0 `__ | *None* |
+| `pyTooling `__ | ≥7.0 | `Apache License, 2.0 `__ | *None* |
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| `Sphinx `__ | ≥8.1 | `BSD 3-Clause `__ | *Not yet evaluated.* |
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -212,7 +213,7 @@ install the mandatory dependencies too.
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
-| `pyTooling `__ | ≥6.7 | `Apache License, 2.0 `__ | *None* |
+| `pyTooling `__ | ≥7.0 | `Apache License, 2.0 `__ | *None* |
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| `wheel `__ | ≥0.44 | `MIT `__ | *Not yet evaluated.* |
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 8bfaa985..3c116b87 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,9 +1,9 @@
-r ../requirements.txt
# XXX: because of missing dependency in pyTooling
-setuptools ~= 75.1
+setuptools ~= 75.2
-pyTooling ~= 6.7
+pyTooling ~= 7.0
# Enforce latest version on ReadTheDocs
sphinx ~= 8.1
diff --git a/pyproject.toml b/pyproject.toml
index b1d21c5b..ca96d6d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
[build-system]
requires = [
- "setuptools ~= 75.1",
+ "setuptools ~= 75.2",
"wheel ~= 0.44",
- "pyTooling ~= 6.7"
+ "pyTooling ~= 7.0"
]
build-backend = "setuptools.build_meta"
diff --git a/requirements.txt b/requirements.txt
index d8d538c1..775b3d71 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-pyTooling ~= 6.7
+pyTooling ~= 7.0
pyEDAA.Reports ~= 0.14
sphinx ~= 8.0
diff --git a/tests/requirements.txt b/tests/requirements.txt
index ffca390e..2ad659b6 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -5,9 +5,9 @@ Coverage ~= 7.6
# Test Runner
pytest ~= 8.3
-pytest-cov ~= 5.0
+pytest-cov ~= 6.0
# Static Type Checking
-mypy ~= 1.12
+mypy ~= 1.13
typing_extensions ~= 4.12
lxml ~= 5.3