pySVModel 0.5.7__tar.gz → 0.5.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySVModel
3
- Version: 0.5.7
3
+ Version: 0.5.8
4
4
  Summary: An abstract SystemVerilog language model (incl. Verilog).
5
5
  Home-page: https://GitHub.com/edaa-org/pySVModel
6
6
  Author: Patrick Lehmann
@@ -26,43 +26,43 @@ Classifier: Development Status :: 3 - Alpha
26
26
  Requires-Python: >=3.11
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE.md
29
- Requires-Dist: pyTooling~=8.11
29
+ Requires-Dist: pyTooling~=8.15
30
30
  Provides-Extra: doc
31
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
32
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
33
+ Requires-Dist: pyTooling~=8.15; extra == "doc"
34
+ Requires-Dist: sphinx~=9.1; extra == "doc"
31
35
  Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
32
36
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
33
- Requires-Dist: pyTooling~=8.11; extra == "doc"
34
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
35
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
36
37
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
38
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
38
- Requires-Dist: sphinx~=9.1; extra == "doc"
39
- Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
40
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
40
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
41
41
  Provides-Extra: test
42
- Requires-Dist: Coverage~=7.13; extra == "test"
43
- Requires-Dist: pyTooling~=8.11; extra == "test"
42
+ Requires-Dist: typing_extensions~=4.16; extra == "test"
43
+ Requires-Dist: lxml<7.0,>=6.1; extra == "test"
44
+ Requires-Dist: pyTooling~=8.15; extra == "test"
45
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
44
46
  Requires-Dist: pytest~=9.0; extra == "test"
45
- Requires-Dist: typing_extensions~=4.15; extra == "test"
46
- Requires-Dist: mypy[reports]~=1.19; extra == "test"
47
- Requires-Dist: pytest-cov~=7.0; extra == "test"
48
- Requires-Dist: lxml<7.0,>=5.4; extra == "test"
47
+ Requires-Dist: Coverage~=7.15; extra == "test"
48
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
49
49
  Provides-Extra: all
50
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
50
+ Requires-Dist: typing_extensions~=4.16; extra == "all"
51
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
52
+ Requires-Dist: lxml<7.0,>=6.1; extra == "all"
51
53
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
52
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
53
- Requires-Dist: pyTooling~=8.11; extra == "all"
54
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
55
- Requires-Dist: Coverage~=7.13; extra == "all"
56
- Requires-Dist: pytest~=9.0; extra == "all"
57
- Requires-Dist: typing_extensions~=4.15; extra == "all"
58
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
59
- Requires-Dist: mypy[reports]~=1.19; extra == "all"
60
- Requires-Dist: sphinx_design~=0.7.0; extra == "all"
54
+ Requires-Dist: pyTooling~=8.15; extra == "all"
61
55
  Requires-Dist: sphinx~=9.1; extra == "all"
62
- Requires-Dist: pytest-cov~=7.0; extra == "all"
63
- Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
56
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
64
57
  Requires-Dist: autoapi>=2.0.1; extra == "all"
65
- Requires-Dist: lxml<7.0,>=5.4; extra == "all"
58
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
59
+ Requires-Dist: Coverage~=7.15; extra == "all"
60
+ Requires-Dist: sphinx_design~=0.7.0; extra == "all"
61
+ Requires-Dist: mypy[reports]~=2.1; extra == "all"
62
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
63
+ Requires-Dist: pytest~=9.0; extra == "all"
64
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
65
+ Requires-Dist: pytest-cov~=7.1; extra == "all"
66
66
  Dynamic: author
67
67
  Dynamic: author-email
68
68
  Dynamic: classifier
@@ -82,11 +82,11 @@ Dynamic: summary
82
82
  <a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
83
83
  </p>
84
84
 
85
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-pySVModel-29b6f6.svg?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd)](https://GitHub.com/edaa-org/pySVModel)
85
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-pySVModel-29b6f6?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd)](https://GitHub.com/edaa-org/pySVModel)
86
86
  [![Sourcecode License](https://img.shields.io/pypi/l/pySVModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
87
87
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpySVModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpySVModel%2Findex.html)](https://edaa-org.github.io/pySVModel/)
88
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
89
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
88
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
89
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
90
90
  [![PyPI](https://img.shields.io/pypi/v/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pySVModel/)
91
91
  ![PyPI - Status](https://img.shields.io/pypi/status/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
92
92
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -143,7 +143,7 @@ and services on such a model, while supporting multiple frontends.
143
143
 
144
144
  # License
145
145
 
146
- This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
146
+ This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
147
147
  The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
148
148
 
149
149
  -------------------------
@@ -2,11 +2,11 @@
2
2
  <a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
3
3
  </p>
4
4
 
5
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-pySVModel-29b6f6.svg?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd)](https://GitHub.com/edaa-org/pySVModel)
5
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-pySVModel-29b6f6?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd)](https://GitHub.com/edaa-org/pySVModel)
6
6
  [![Sourcecode License](https://img.shields.io/pypi/l/pySVModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
7
7
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpySVModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpySVModel%2Findex.html)](https://edaa-org.github.io/pySVModel/)
8
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
9
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
8
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
9
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
10
10
  [![PyPI](https://img.shields.io/pypi/v/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pySVModel/)
11
11
  ![PyPI - Status](https://img.shields.io/pypi/status/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
12
12
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -63,7 +63,7 @@ and services on such a model, while supporting multiple frontends.
63
63
 
64
64
  # License
65
65
 
66
- This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
66
+ This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
67
67
  The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
68
68
 
69
69
  -------------------------
@@ -52,7 +52,7 @@ __author__ = "Patrick Lehmann"
52
52
  __email__ = "Paebbels@gmail.com"
53
53
  __copyright__ = "2021-2026, Patrick Lehmann"
54
54
  __license__ = "Apache License, Version 2.0"
55
- __version__ = "0.5.7"
55
+ __version__ = "0.5.8"
56
56
 
57
57
 
58
58
  @export
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySVModel
3
- Version: 0.5.7
3
+ Version: 0.5.8
4
4
  Summary: An abstract SystemVerilog language model (incl. Verilog).
5
5
  Home-page: https://GitHub.com/edaa-org/pySVModel
6
6
  Author: Patrick Lehmann
@@ -26,43 +26,43 @@ Classifier: Development Status :: 3 - Alpha
26
26
  Requires-Python: >=3.11
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE.md
29
- Requires-Dist: pyTooling~=8.11
29
+ Requires-Dist: pyTooling~=8.15
30
30
  Provides-Extra: doc
31
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
32
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
33
+ Requires-Dist: pyTooling~=8.15; extra == "doc"
34
+ Requires-Dist: sphinx~=9.1; extra == "doc"
31
35
  Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
32
36
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
33
- Requires-Dist: pyTooling~=8.11; extra == "doc"
34
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
35
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
36
37
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
38
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
38
- Requires-Dist: sphinx~=9.1; extra == "doc"
39
- Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
40
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
40
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
41
41
  Provides-Extra: test
42
- Requires-Dist: Coverage~=7.13; extra == "test"
43
- Requires-Dist: pyTooling~=8.11; extra == "test"
42
+ Requires-Dist: typing_extensions~=4.16; extra == "test"
43
+ Requires-Dist: lxml<7.0,>=6.1; extra == "test"
44
+ Requires-Dist: pyTooling~=8.15; extra == "test"
45
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
44
46
  Requires-Dist: pytest~=9.0; extra == "test"
45
- Requires-Dist: typing_extensions~=4.15; extra == "test"
46
- Requires-Dist: mypy[reports]~=1.19; extra == "test"
47
- Requires-Dist: pytest-cov~=7.0; extra == "test"
48
- Requires-Dist: lxml<7.0,>=5.4; extra == "test"
47
+ Requires-Dist: Coverage~=7.15; extra == "test"
48
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
49
49
  Provides-Extra: all
50
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
50
+ Requires-Dist: typing_extensions~=4.16; extra == "all"
51
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
52
+ Requires-Dist: lxml<7.0,>=6.1; extra == "all"
51
53
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
52
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
53
- Requires-Dist: pyTooling~=8.11; extra == "all"
54
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
55
- Requires-Dist: Coverage~=7.13; extra == "all"
56
- Requires-Dist: pytest~=9.0; extra == "all"
57
- Requires-Dist: typing_extensions~=4.15; extra == "all"
58
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
59
- Requires-Dist: mypy[reports]~=1.19; extra == "all"
60
- Requires-Dist: sphinx_design~=0.7.0; extra == "all"
54
+ Requires-Dist: pyTooling~=8.15; extra == "all"
61
55
  Requires-Dist: sphinx~=9.1; extra == "all"
62
- Requires-Dist: pytest-cov~=7.0; extra == "all"
63
- Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
56
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
64
57
  Requires-Dist: autoapi>=2.0.1; extra == "all"
65
- Requires-Dist: lxml<7.0,>=5.4; extra == "all"
58
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
59
+ Requires-Dist: Coverage~=7.15; extra == "all"
60
+ Requires-Dist: sphinx_design~=0.7.0; extra == "all"
61
+ Requires-Dist: mypy[reports]~=2.1; extra == "all"
62
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
63
+ Requires-Dist: pytest~=9.0; extra == "all"
64
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
65
+ Requires-Dist: pytest-cov~=7.1; extra == "all"
66
66
  Dynamic: author
67
67
  Dynamic: author-email
68
68
  Dynamic: classifier
@@ -82,11 +82,11 @@ Dynamic: summary
82
82
  <a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
83
83
  </p>
84
84
 
85
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-pySVModel-29b6f6.svg?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd)](https://GitHub.com/edaa-org/pySVModel)
85
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-pySVModel-29b6f6?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd)](https://GitHub.com/edaa-org/pySVModel)
86
86
  [![Sourcecode License](https://img.shields.io/pypi/l/pySVModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
87
87
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpySVModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpySVModel%2Findex.html)](https://edaa-org.github.io/pySVModel/)
88
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
89
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
88
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
89
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
90
90
  [![PyPI](https://img.shields.io/pypi/v/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pySVModel/)
91
91
  ![PyPI - Status](https://img.shields.io/pypi/status/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
92
92
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pySVModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -143,7 +143,7 @@ and services on such a model, while supporting multiple frontends.
143
143
 
144
144
  # License
145
145
 
146
- This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
146
+ This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
147
147
  The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
148
148
 
149
149
  -------------------------
@@ -0,0 +1,40 @@
1
+ pyTooling~=8.15
2
+
3
+ [all]
4
+ typing_extensions~=4.16
5
+ sphinx-copybutton>=0.5.2
6
+ lxml<7.0,>=6.1
7
+ sphinxcontrib-mermaid~=2.0
8
+ pyTooling~=8.15
9
+ sphinx~=9.1
10
+ sphinx_rtd_theme~=3.1
11
+ autoapi>=2.0.1
12
+ docutils_stubs~=0.0.22
13
+ Coverage~=7.15
14
+ sphinx_design~=0.7.0
15
+ mypy[reports]~=2.1
16
+ sphinx_autodoc_typehints~=3.12
17
+ pytest~=9.0
18
+ sphinx_reports~=0.11.0
19
+ pytest-cov~=7.1
20
+
21
+ [doc]
22
+ sphinx-copybutton>=0.5.2
23
+ sphinxcontrib-mermaid~=2.0
24
+ pyTooling~=8.15
25
+ sphinx~=9.1
26
+ sphinx_rtd_theme~=3.1
27
+ autoapi>=2.0.1
28
+ docutils_stubs~=0.0.22
29
+ sphinx_design~=0.7.0
30
+ sphinx_autodoc_typehints~=3.12
31
+ sphinx_reports~=0.11.0
32
+
33
+ [test]
34
+ typing_extensions~=4.16
35
+ lxml<7.0,>=6.1
36
+ pyTooling~=8.15
37
+ mypy[reports]~=2.1
38
+ pytest~=9.0
39
+ Coverage~=7.15
40
+ pytest-cov~=7.1
@@ -1,8 +1,7 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools >= 80.0",
4
- "wheel ~= 0.45.0",
5
- "pyTooling ~= 8.11"
3
+ "setuptools >= 82.0",
4
+ "pyTooling ~= 8.15"
6
5
  ]
7
6
  build-backend = "setuptools.build_meta"
8
7
 
@@ -26,7 +25,7 @@ variable-naming-style = "camelCase"
26
25
 
27
26
  [tool.mypy]
28
27
  packages = ["pySVModel"]
29
- python_version = "3.13"
28
+ python_version = "3.14"
30
29
  #ignore_missing_imports = true
31
30
  strict = true
32
31
  pretty = true
@@ -1,40 +0,0 @@
1
- pyTooling~=8.11
2
-
3
- [all]
4
- sphinx_rtd_theme~=3.1
5
- sphinxcontrib-mermaid~=2.0
6
- sphinx_autodoc_typehints~=3.6
7
- pyTooling~=8.11
8
- sphinx-copybutton>=0.5.0
9
- Coverage~=7.13
10
- pytest~=9.0
11
- typing_extensions~=4.15
12
- docutils_stubs~=0.0.22
13
- mypy[reports]~=1.19
14
- sphinx_design~=0.7.0
15
- sphinx~=9.1
16
- pytest-cov~=7.0
17
- sphinx_reports~=0.10.0
18
- autoapi>=2.0.1
19
- lxml<7.0,>=5.4
20
-
21
- [doc]
22
- sphinx_rtd_theme~=3.1
23
- autoapi>=2.0.1
24
- pyTooling~=8.11
25
- sphinx-copybutton>=0.5.0
26
- sphinx_autodoc_typehints~=3.6
27
- docutils_stubs~=0.0.22
28
- sphinx_design~=0.7.0
29
- sphinx~=9.1
30
- sphinx_reports~=0.10.0
31
- sphinxcontrib-mermaid~=2.0
32
-
33
- [test]
34
- Coverage~=7.13
35
- pyTooling~=8.11
36
- pytest~=9.0
37
- typing_extensions~=4.15
38
- mypy[reports]~=1.19
39
- pytest-cov~=7.0
40
- lxml<7.0,>=5.4
File without changes
File without changes
File without changes