Skip to content

Commit 2dac629

Browse files
authored
v0.9.4
2 parents 19bd6bb + 57eddc2 commit 2dac629

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/Dependency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ the mandatory dependencies too.
112112
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
113113
| `typing-extensions <https://GitHub.com/python/typing_extensions>`__ | ≥4.13 | `PSF-2.0 <https://github.com/python/typing_extensions/blob/main/LICENSE>`__ | *Not yet evaluated.* |
114114
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
115-
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥5.3 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
115+
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥5.4 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
116116
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
117117

118118

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools ~= 79.0",
3+
"setuptools >= 80.0",
44
"wheel ~= 0.45",
55
"pyTooling ~= 8.4"
66
]

run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Param(
3232
)
3333

3434
$PackageName = "sphinx_reports"
35-
$PackageVersion = "0.9.3"
35+
$PackageVersion = "0.9.4"
3636

3737
# set default values
3838
$EnableDebug = [bool]$PSCmdlet.MyInvocation.BoundParameters["Debug"]

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-2025, Patrick Lehmann"
4545
__license__ = "Apache License, Version 2.0"
46-
__version__ = "0.9.3"
46+
__version__ = "0.9.4"
4747
__keywords__ = [
4848
"Python3", "Sphinx", "Extension", "Report", "doc-string", "interrogate", "Code Coverage", "Coverage",
4949
"Documentation Coverage", "Unittest", "Dependencies", "Summary"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest-cov ~= 6.1
1010
# Static Type Checking
1111
mypy ~= 1.15
1212
typing_extensions ~= 4.13
13-
lxml ~= 5.3
13+
lxml ~= 5.4

0 commit comments

Comments
 (0)