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

Commit 036e1ad

Browse files
committed
Bumped dependencies.
1 parent b196a35 commit 036e1ad

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

doc/Dependencies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ PyPI (see :ref:`installation`).
3838
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
3939
| **Package** | **Version** | **License** | **Dependencies** |
4040
+==========================================================+=============+===========================================================================================+=================================================================================================================================+
41-
| `colorama <https://GitHub.com/tartley/colorama>`__ | ≥0.4.4 | `BSD-3-Clause <https://GitHub.com/tartley/colorama/blob/master/LICENSE.txt>`__ | None |
41+
| `colorama <https://GitHub.com/tartley/colorama>`__ | ≥0.4.5 | `BSD-3-Clause <https://GitHub.com/tartley/colorama/blob/master/LICENSE.txt>`__ | None |
4242
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
43-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.0.1 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
43+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.1.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
4444
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
4545

4646

@@ -139,7 +139,7 @@ install the mandatory dependencies too.
139139
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
140140
| **Package** | **Version** | **License** | **Dependencies** |
141141
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
142-
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.0.1 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
142+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ | ≥2.1.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
143143
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
144144
| `wheel <https://GitHub.com/pypa/wheel>`__ | any | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
145145
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+

doc/requirements.txt

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

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

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

88
# Sphinx Extenstions
99
#sphinx.ext.coverage

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.0.1",
3+
"pyTooling >= 2.1.0",
44
"setuptools >= 60.9.3",
55
"wheel >= 0.37.1"
66
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
colorama>=0.4.4
1+
colorama>=0.4.5
22

3-
pyTooling>=2.0.1
3+
pyTooling>=2.1.0

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Coverage>=6.3
55

66
# Test Runner
7-
pytest>=7.1.1
7+
pytest>=7.1.2
88
pytest-cov>=3.0.0
99

1010
# Static Type Checking
1111
mypy>=0.931
12-
lxml>=4.8
12+
lxml>=4.9

0 commit comments

Comments
 (0)