Skip to content

Commit e59b4ab

Browse files
committed
Bumped dependencies.
1 parent 21f1b4b commit e59b4ab

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

doc/Dependency.rst

+16-14
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,21 @@ the mandatory dependencies too.
4848
4949
.. rubric:: Dependency List
5050

51-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
52-
| **Package** | **Version** | **License** | **Dependencies** |
53-
+===========================================================+=============+========================================================================================+======================+
54-
| `pytest <https://GitHub.com/pytest-dev/pytest>`__ | ≥7.3.0 | `MIT <https://GitHub.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* |
55-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
56-
| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov>`__ | ≥4.1.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* |
57-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
58-
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.2 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
59-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
60-
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.2.0 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
61-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
62-
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.9 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
63-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
51+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
52+
| **Package** | **Version** | **License** | **Dependencies** |
53+
+=====================================================================+=============+========================================================================================+======================+
54+
| `pytest <https://GitHub.com/pytest-dev/pytest>`__ | ≥7.4.0 | `MIT <https://GitHub.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* |
55+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
56+
| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov>`__ | ≥4.1.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* |
57+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
58+
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.3 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
59+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
60+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.5 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
61+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
62+
| `typing-extensions <https://GitHub.com/python/typing_extensions>`__ | ≥4.7.1 | `PSF-2.0 <https://github.com/python/typing_extensions/blob/main/LICENSE>`__ | *Not yet evaluated.* |
63+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
64+
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.9 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
65+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
6466

6567

6668
.. _dependency-documentation:
@@ -97,7 +99,7 @@ the mandatory dependencies too.
9799
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
98100
| !! `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.* |
99101
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
100-
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ | ≥1.19.5 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
102+
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ | ≥1.24.0 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
101103
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+
102104

103105

doc/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pyTooling >= 5.0.0, <6.0
44

55
# Enforce latest version on ReadTheDocs
6-
sphinx>=5.3.0, <6.0
6+
Sphinx >= 7.1.0, <8.0
77

88
# Sphinx Extenstions
99
#sphinx.ext.coverage
@@ -13,8 +13,8 @@ sphinxcontrib-mermaid>=0.9.2
1313
#sphinxcontrib-textstyle>=0.2.1
1414
#sphinxcontrib-spelling>=2.2.0
1515
autoapi>=2.0.1
16-
sphinx_fontawesome>=0.0.6
17-
sphinx_autodoc_typehints>=1.19.5
16+
sphinx_fontawesome >= 0.0.6
17+
sphinx_autodoc_typehints >= 1.24.0
1818
# changelog>=0.3.5
1919

2020
# BuildTheDocs Extensions (mostly patched Sphinx extensions)

tests/requirements.txt

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

33
# Coverage collection
4-
Coverage>=7.2
4+
Coverage >= 7.3
55

66
# Test Runner
7-
pytest>=7.3.0
8-
pytest-cov>=4.1.0
7+
pytest >= 7.4.0
8+
pytest-cov >= 4.1.0
99

1010
# Static Type Checking
11-
mypy>=1.2.0
12-
typing_extensions>=4.6.3
11+
mypy >= 1.5.0
12+
typing_extensions >= 4.7.1
1313
lxml>=4.9

0 commit comments

Comments
 (0)