Skip to content

Commit ed17492

Browse files
committed
Bumped dependencies.
1 parent 9292540 commit ed17492

12 files changed

+27
-24
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![PyPI](https://img.shields.io/pypi/v/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pySVModel/)
1111
![PyPI - Status](https://img.shields.io/pypi/status/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
1212
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
13-
[![GitHub Workflow - Build and Test Status](https://img.shields.io/github/workflow/status/edaa-org/pySVModel/Pipeline/main?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF)](https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml)
13+
[![GitHub Workflow - Build and Test Status](https://img.shields.io/github/actions/workflow/status/edaa-org/pySVModel/Pipeline.yml?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF)](https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml)
1414
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pySVModel?longCache=true&style=flat-square&logo=Libraries.io&logoColor=fff)](https://libraries.io/github/edaa-org/pySVModel)
1515
[![Codacy - Quality](https://img.shields.io/codacy/grade/39d312bf98244961975559f141c3e000?longCache=true&style=flat-square&logo=Codacy)](https://app.codacy.com/gh/edaa-org/pySVModel)
1616
[![Codacy - Coverage](https://img.shields.io/codacy/coverage/39d312bf98244961975559f141c3e000?longCache=true&style=flat-square&logo=Codacy)](https://app.codacy.com/gh/edaa-org/pySVModel)

dist/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
wheel ~= 0.45
2-
twine ~= 5.1
2+
twine ~= 6.1

doc/Dependency.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When installed as ``pySVModel``:
5252
+--------------------------------------------------------+-------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
5353
| **Package** | **Version** | **License** | **Dependencies** |
5454
+========================================================+=============+==========================================================================================+=================================================================================================================================+
55-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥8.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
55+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥8.2 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
5656
+--------------------------------------------------------+-------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
5757

5858

@@ -100,7 +100,7 @@ the mandatory dependencies too.
100100
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
101101
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.6 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
102102
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
103-
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.13 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
103+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.15 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
104104
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
105105
| `typing-extensions <https://GitHub.com/python/typing_extensions>`__ | ≥4.12 | `PSF-2.0 <https://github.com/python/typing_extensions/blob/main/LICENSE>`__ | *Not yet evaluated.* |
106106
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
@@ -144,9 +144,9 @@ the mandatory dependencies too.
144144
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
145145
| **Package** | **Version** | **License** | **Dependencies** |
146146
+=================================================================================================+==============+==========================================================================================================+======================================================================================================================================================+
147-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥8.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
147+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥8.2 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
148148
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
149-
| `Sphinx <https://GitHub.com/sphinx-doc/sphinx>`__ | ≥8.1 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
149+
| `Sphinx <https://GitHub.com/sphinx-doc/sphinx>`__ | ≥8.2 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
150150
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
151151
| `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid>`__ | ≥1.0 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst>`__ | *Not yet evaluated.* |
152152
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -158,7 +158,7 @@ the mandatory dependencies too.
158158
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
159159
| `sphinx-copybutton <https://GitHub.com/executablebooks/sphinx-copybutton>`__ | ≥0.5 | `MIT <https://GitHub.com/executablebooks/sphinx-copybutton/blob/master/LICENSE>`__ | *Not yet evaluated.* |
160160
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
161-
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ |2.5 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
161+
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ |3.1 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
162162
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
163163

164164

@@ -198,7 +198,7 @@ install the mandatory dependencies too.
198198
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
199199
| **Package** | **Version** | **License** | **Dependencies** |
200200
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
201-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥8.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
201+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥8.2 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
202202
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
203203
| `wheel <https://GitHub.com/pypa/wheel>`__ | ≥0.45 | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
204204
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -243,5 +243,5 @@ install the mandatory dependencies too.
243243
+==========================================================+==============+===========================================================================================+======================+
244244
| `wheel <https://GitHub.com/pypa/wheel>`__ | ≥0.45 | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
245245
+----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+
246-
| `Twine <https://GitHub.com/pypa/twine/>`__ |5.1 | `Apache License, 2.0 <https://github.com/pypa/twine/blob/main/LICENSE>`__ | *Not yet evaluated.* |
246+
| `Twine <https://GitHub.com/pypa/twine/>`__ |6.1 | `Apache License, 2.0 <https://github.com/pypa/twine/blob/main/LICENSE>`__ | *Not yet evaluated.* |
247247
+----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+

doc/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
-r ../requirements.txt
22

33
# Enforce latest version on ReadTheDocs
4-
sphinx ~= 8.1
4+
sphinx ~= 8.2
55
docutils ~= 0.21
66
docutils_stubs ~= 0.0.22
77

88
# ReadTheDocs Theme
9-
sphinx_rtd_theme ~= 3.0.0
9+
sphinx_rtd_theme ~= 3.0
1010

1111
# Sphinx Extenstions
1212
sphinxcontrib-mermaid ~= 1.0
1313
autoapi >= 2.0.1
1414
sphinx_design ~= 0.6.1
1515
sphinx-copybutton >= 0.5.2
16-
sphinx_autodoc_typehints ~= 2.5
16+
sphinx_autodoc_typehints ~= 3.1
1717
sphinx_reports ~= 0.7

doc/shields.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
:target: https://GitHub.com/edaa-org/pySVModel/network/dependents
6565

6666
.. # GHA test and coverage
67-
.. |SHIELD:svg:pySVModel-gha-test| image:: https://img.shields.io/github/workflow/status/edaa-org/pySVModel/Pipeline/main?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
67+
.. |SHIELD:svg:pySVModel-gha-test| image:: https://img.shields.io/github/actions/workflow/status/edaa-org/pySVModel/Pipeline.yml?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
6868
:alt: GitHub Workflow - Build and Test Status
6969
:height: 22
7070
:target: https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml
71-
.. |SHIELD:png:pySVModel-gha-test| image:: https://raster.shields.io/github/workflow/status/edaa-org/pySVModel/Pipeline/main?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
71+
.. |SHIELD:png:pySVModel-gha-test| image:: https://raster.shields.io/github/actions/workflow/status/edaa-org/pySVModel/Pipeline.yml?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
7272
:alt: GitHub Workflow - Build and Test Status
7373
:height: 22
7474
:target: https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml

pySVModel/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2021-2024 Patrick Lehmann - Boetzingen, Germany #
14+
# Copyright 2021-2025 Patrick Lehmann - Boetzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #
@@ -39,7 +39,7 @@
3939
4040
.. admonition:: Copyright Information
4141
42-
:copyright: Copyright 2021-2024 Patrick Lehmann - Bötzingen, Germany
42+
:copyright: Copyright 2021-2025 Patrick Lehmann - Bötzingen, Germany
4343
:license: Apache License, Version 2.0
4444
"""
4545
from enum import unique, Enum
@@ -50,7 +50,7 @@
5050

5151
__author__ = "Patrick Lehmann"
5252
__email__ = "[email protected]"
53-
__copyright__ = "2021-2024, Patrick Lehmann"
53+
__copyright__ = "2021-2025, Patrick Lehmann"
5454
__license__ = "Apache License, Version 2.0"
5555
__version__ = "0.5.2"
5656

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
requires = [
3-
"setuptools ~= 75.5",
3+
"setuptools ~= 75.8",
44
"wheel ~= 0.45",
5-
"pyTooling ~= 8.0"
5+
"pyTooling ~= 8.2"
66
]
77
build-backend = "setuptools.build_meta"
88

@@ -20,6 +20,9 @@ show_error_codes = true
2020
namespace_packages = true
2121
html_report = "report/typing"
2222

23+
[tool.pytest]
24+
junit_xml = "report/unit/TestReportSummary.xml"
25+
2326
[tool.pytest.ini_options]
2427
addopts = "--tb=native"
2528
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyTooling ~= 8.0
1+
pyTooling ~= 8.2

0 commit comments

Comments
 (0)