Skip to content

Commit 1920ac3

Browse files
committed
Bumped dependencies.
1 parent 65346d8 commit 1920ac3

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.github/dependabot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ updates:
1010
- Dependencies
1111
reviewers:
1212
- Paebbels
13-
- Umarcor
1413
schedule:
1514
interval: "daily" # Checks on Monday trough Friday.
1615

@@ -24,6 +23,5 @@ updates:
2423
- Dependencies
2524
reviewers:
2625
- Paebbels
27-
- Umarcor
2826
schedule:
2927
interval: "weekly"

doc/Dependency.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ the mandatory dependencies too.
6161
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
6262
| `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.* |
6363
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
64-
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥5.3 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
64+
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥5.4 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
6565
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
6666

6767

doc/unittests/index.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Unittest Summary Report
22
#######################
33

4-
Unittest report generated with `pytest <https://github.com/pytest-dev/pytest>`__.
5-
64
.. report:unittest-summary::
75
:reportid: src
6+
:show-testcases: not-passed
7+
:no-assertions:
8+
9+
----------
10+
11+
Unittest report generated with `pytest <https://github.com/pytest-dev/pytest>`__ and visualized by
12+
`sphinx-reports <https://github.com/pyTooling/sphinx-reports>`__.

pyproject.toml

+1-1
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
]

tests/requirements.txt

+1-1
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)