Skip to content

Commit 3bac4d6

Browse files
authored
v0.7.5
2 parents fe802c5 + 2675df9 commit 3bac4d6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
wheel ~= 0.44
1+
wheel ~= 0.45
22
twine ~= 5.1

doc/Dependency.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ install the mandatory dependencies too.
215215
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
216216
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥7.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
217217
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
218-
| `wheel <https://GitHub.com/pypa/wheel>`__ | ≥0.44 | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
218+
| `wheel <https://GitHub.com/pypa/wheel>`__ | ≥0.45 | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
219219
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
220220

221221

@@ -256,7 +256,7 @@ install the mandatory dependencies too.
256256
+----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+
257257
| **Package** | **Version** | **License** | **Dependencies** |
258258
+==========================================================+==============+===========================================================================================+======================+
259-
| `wheel <https://GitHub.com/pypa/wheel>`__ | ≥0.44 | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
259+
| `wheel <https://GitHub.com/pypa/wheel>`__ | ≥0.45 | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
260260
+----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+
261261
| `Twine <https://GitHub.com/pypa/twine/>`__ | ≥5.1 | `Apache License, 2.0 <https://github.com/pypa/twine/blob/main/LICENSE>`__ | *Not yet evaluated.* |
262262
+----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools ~= 75.3",
4-
"wheel ~= 0.44",
4+
"wheel ~= 0.45",
55
"pyTooling ~= 7.0"
66
]
77
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyTooling >= 6.7, <8.0
1+
pyTooling >= 6.7, <9.0
22
pyEDAA.Reports ~= 0.14
33

44
sphinx ~= 8.0

sphinx_reports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__email__ = "Paebbels@gmail.com"
4444
__copyright__ = "2023-2024, Patrick Lehmann"
4545
__license__ = "Apache License, Version 2.0"
46-
__version__ = "0.7.4"
46+
__version__ = "0.7.5"
4747
__keywords__ = ["Python3", "Sphinx", "Extension", "Report", "doc-string", "interrogate"]
4848

4949
from hashlib import md5

0 commit comments

Comments
 (0)