File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Unittest 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 >`__.
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools ~= 79 .0" ,
3+ " setuptools >= 80 .0" ,
44 " wheel ~= 0.45" ,
55 " pyTooling ~= 8.4"
66]
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest-cov ~= 6.1
1010# Static Type Checking
1111mypy ~= 1.15
1212typing_extensions ~= 4.13
13- lxml ~= 5.3
13+ lxml ~= 5.4
You can’t perform that action at this time.
0 commit comments