Skip to content

Commit 877df58

Browse files
committed
Bumped dependencies.
1 parent bd8a183 commit 877df58

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/Dependency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ the mandatory dependencies too.
121121
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
122122
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.15 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
123123
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
124-
| `mypy <https://GitHub.com/python/mypy>`__ | ≥2.1 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
124+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥2.2 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
125125
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
126126
| `typing-extensions <https://GitHub.com/python/typing_extensions>`__ | ≥4.16 | `PSF-2.0 <https://github.com/python/typing_extensions/blob/main/LICENSE>`__ | *Not yet evaluated.* |
127127
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 83.0",
4-
"pyTooling ~= 8.15"
4+
"pyTooling ~= 8.16"
55
]
66
build-backend = "setuptools.build_meta"
77

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyTooling >= 8.15
1+
pyTooling >= 8.16
22
pyEDAA.Reports ~= 0.17.4
33
sphinx >= 9.1, < 10.0
44
docutils >= 0.22.0

tests/typing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ../../requirements.txt
22

33
# Static Type Checking
4-
mypy[reports] ~= 2.1
4+
mypy[reports] ~= 2.2
55
typing_extensions ~= 4.16
66
lxml >= 6.1, <7.0

0 commit comments

Comments
 (0)