Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 4fb68b1

Browse files
committed
Bumped dependencies.
1 parent 036e1ad commit 4fb68b1

File tree

9 files changed

+25
-40
lines changed

9 files changed

+25
-40
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyTooling.TerminalUI?logo=PyPI&logoColor=FBE072)
1414
![PyPI - Status](https://img.shields.io/pypi/status/pyTooling.TerminalUI?logo=PyPI&logoColor=FBE072)
1515
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyTooling.TerminalUI?logo=librariesdotio)](https://libraries.io/github/pyTooling/pyTooling.TerminalUI)
16-
[![Requires.io](https://img.shields.io/requires/github/pyTooling/pyTooling.TerminalUI)](https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=main)
1716
[![Documentation License](https://img.shields.io/badge/doc%20license-CC--BY%204.0-green?logo=readthedocs)](doc/Doc-License.rst)
1817
[![Documentation - Read Now!](https://img.shields.io/badge/doc-read%20now%20%E2%9E%9A-blueviolet?logo=readthedocs)](https://pyTooling.GitHub.io/pyTooling.TerminalUI)
1918

doc/Dependencies.rst

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ Dependencies
77
:alt: Libraries.io status for latest release
88
:height: 22
99
:target: https://libraries.io/github/pyTooling/pyTooling.TerminalUI
10-
.. |img-TerminalUI-req-status| image:: https://img.shields.io/requires/github/pyTooling/pyTooling.TerminalUI
11-
:alt: Requires.io
12-
:height: 22
13-
:target: https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=main
1410

1511
+------------------------------------------+------------------------------------------+
16-
| `Libraries.io <https://libraries.io/>`_ | `Requires.io <https://requires.io/>`_ |
12+
| `Libraries.io <https://libraries.io/>`_ | Requires.io |
1713
+==========================================+==========================================+
18-
| |img-TerminalUI-lib-status| | |img-TerminalUI-req-status| |
14+
| |img-TerminalUI-lib-status| | Service was shutdown |
1915
+------------------------------------------+------------------------------------------+
2016

2117
.. _dependency-package:
@@ -40,7 +36,7 @@ PyPI (see :ref:`installation`).
4036
+==========================================================+=============+===========================================================================================+=================================================================================================================================+
4137
| `colorama <https://GitHub.com/tartley/colorama>`__ | ≥0.4.5 | `BSD-3-Clause <https://GitHub.com/tartley/colorama/blob/master/LICENSE.txt>`__ | None |
4238
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
43-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.1.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
39+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.4.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
4440
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
4541

4642

@@ -69,15 +65,15 @@ the mandatory dependencies too.
6965
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7066
| **Package** | **Version** | **License** | **Dependencies** |
7167
+===========================================================+=============+========================================================================================+======================+
72-
| `pytest <https://GitHub.com/pytest-dev/pytest>`__ | ≥7.1.1 | `MIT <https://GitHub.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* |
68+
| `pytest <https://GitHub.com/pytest-dev/pytest>`__ | ≥7.1.3 | `MIT <https://GitHub.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* |
7369
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
74-
| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov>`__ |3.0.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* |
70+
| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov>`__ |4.0.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* |
7571
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
76-
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥6.3 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
72+
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥6.5 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
7773
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
78-
| `mypy <https://GitHub.com/python/mypy>`__ | ≥0.931 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
74+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥0.981 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
7975
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
80-
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.8 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
76+
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.9 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
8177
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
8278

8379

@@ -105,13 +101,13 @@ the mandatory dependencies too.
105101
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
106102
| **Package** | **Version** | **License** | **Dependencies** |
107103
+=================================================================================================+==============+==========================================================================================================+======================+
108-
| `Sphinx <https://GitHub.com/sphinx-doc/sphinx>`__ |4.5.0 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
104+
| `Sphinx <https://GitHub.com/sphinx-doc/sphinx>`__ |5.2.3 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
109105
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
110106
| `sphinx_btd_theme <https://GitHub.com/buildthedocs/sphinx.theme>`__ | ≥0.5.2 | `MIT <https://GitHub.com/buildthedocs/sphinx.theme/blob/master/LICENSE>`__ | *Not yet evaluated.* |
111107
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
112108
| !! `sphinx_fontawesome <https://GitHub.com/fraoustin/sphinx_fontawesome>`__ | ≥0.0.6 | `GPL 2.0 <https://GitHub.com/fraoustin/sphinx_fontawesome/blob/master/LICENSE>`__ | *Not yet evaluated.* |
113109
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
114-
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ | ≥1.18.1 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
110+
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ | ≥1.19.4 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
115111
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
116112

117113

@@ -139,7 +135,7 @@ install the mandatory dependencies too.
139135
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
140136
| **Package** | **Version** | **License** | **Dependencies** |
141137
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
142-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.1.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
138+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.4.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
143139
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
144140
| `wheel <https://GitHub.com/pypa/wheel>`__ | any | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
145141
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+

doc/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
:alt: Libraries.io status for latest release
5656
:height: 22
5757
:target: https://libraries.io/github/pyTooling/pyTooling.TerminalUI
58-
.. |img-TerminalUI-req-status| image:: https://img.shields.io/requires/github/pyTooling/pyTooling.TerminalUI
59-
:alt: Requires.io
60-
:height: 22
61-
:target: https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=main
6258
.. |img-TerminalUI-doclicense| image:: https://img.shields.io/badge/doc%20license-CC--BY%204.0-green?logo=readthedocs
6359
:alt: Documentation License
6460
:height: 22
@@ -70,7 +66,7 @@
7066

7167
|img-TerminalUI-github| |img-TerminalUI-codelicense| |img-TerminalUI-tag| |img-TerminalUI-release| |img-TerminalUI-date| |img-TerminalUI-lib-dep| |br|
7268
|img-TerminalUI-gha-pipeline| |img-TerminalUI-codacy-quality| |img-TerminalUI-codacy-coverage| |img-TerminalUI-codecov-coverage| |img-TerminalUI-lib-rank| |br|
73-
|img-TerminalUI-pypi-tag| |img-TerminalUI-pypi-python| |img-TerminalUI-pypi-status| |img-TerminalUI-lib-status| |img-TerminalUI-req-status| |br|
69+
|img-TerminalUI-pypi-tag| |img-TerminalUI-pypi-python| |img-TerminalUI-pypi-status| |img-TerminalUI-lib-status| |br|
7470
|img-TerminalUI-doclicense| |img-TerminalUI-doc|
7571

7672

doc/prolog.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@
3131

3232
.. role:: xlarge
3333
:class: xlarge
34+
35+
.. role:: pycode(code)
36+
:language: python
37+
:class: highlight

doc/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../requirements.txt
22

3-
pyTooling>=2.1.0
3+
pyTooling>=2.4.0
44

55
# Enforce latest version on ReadTheDocs
6-
sphinx>=5.0.2
6+
sphinx>=5.2.3
77

88
# Sphinx Extenstions
99
#sphinx.ext.coverage
@@ -14,7 +14,7 @@ sphinxcontrib-mermaid>=0.7.1
1414
#sphinxcontrib-spelling>=2.2.0
1515
autoapi
1616
sphinx_fontawesome>=0.0.6
17-
sphinx_autodoc_typehints>=1.18.1
17+
sphinx_autodoc_typehints>=1.19.4
1818
# changelog>=0.3.5
1919

2020
# BuildTheDocs Extensions (mostly patched Sphinx extensions)

doc/shields.inc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,6 @@
149149
:height: 22
150150
:target: https://libraries.io/github/pyTooling/pyTooling.TerminalUI
151151

152-
.. # Requires - status
153-
.. |SHIELD:svg:pyTooling-req-status| image:: https://img.shields.io/requires/github/pyTooling/pyTooling.TerminalUI
154-
:alt: Requires.io
155-
:height: 22
156-
:target: https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=main
157-
.. |SHIELD:png:pyTooling-req-status| image:: https://raster.shields.io/requires/github/pyTooling/pyTooling.TerminalUI
158-
:alt: Requires.io
159-
:height: 22
160-
:target: https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=main
161-
162152
.. # Documentation license
163153
.. |SHIELD:svg:pyTooling-doc-license| image:: https://img.shields.io/badge/doc%20license-CC--BY%204.0-green
164154
:alt: Documentation License

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"pyTooling >= 2.1.0",
3+
"pyTooling >= 2.4.0",
44
"setuptools >= 60.9.3",
55
"wheel >= 0.37.1"
66
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
colorama>=0.4.5
22

3-
pyTooling>=2.1.0
3+
pyTooling>=2.4.0

tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r ../requirements.txt
22

33
# Coverage collection
4-
Coverage>=6.3
4+
Coverage>=6.5
55

66
# Test Runner
7-
pytest>=7.1.2
8-
pytest-cov>=3.0.0
7+
pytest>=7.1.3
8+
pytest-cov>=4.0.0
99

1010
# Static Type Checking
11-
mypy>=0.931
11+
mypy>=0.981
1212
lxml>=4.9

0 commit comments

Comments
 (0)