File tree 5 files changed +10
-7
lines changed
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ updates:
10
10
- Dependencies
11
11
reviewers :
12
12
- Paebbels
13
- - Umarcor
14
13
schedule :
15
14
interval : " daily" # Checks on Monday trough Friday.
16
15
@@ -24,6 +23,5 @@ updates:
24
23
- Dependencies
25
24
reviewers :
26
25
- Paebbels
27
- - Umarcor
28
26
schedule :
29
27
interval : " weekly"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ the mandatory dependencies too.
61
61
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
62
62
| `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. * |
63
63
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
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. * |
65
65
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
66
66
67
67
Original file line number Diff line number Diff line change 1
1
Unittest Summary Report
2
2
#######################
3
3
4
- Unittest report generated with `pytest <https://github.com/pytest-dev/pytest >`__.
5
-
6
4
.. report :unittest-summary ::
7
5
: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 >`__.
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " setuptools ~= 79 .0" ,
3
+ " setuptools >= 80 .0" ,
4
4
" wheel ~= 0.45" ,
5
5
" pyTooling ~= 8.4"
6
6
]
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest-cov ~= 6.1
10
10
# Static Type Checking
11
11
mypy ~= 1.15
12
12
typing_extensions ~= 4.13
13
- lxml ~= 5.3
13
+ lxml ~= 5.4
You can’t perform that action at this time.
0 commit comments