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

Commit 79eafed

Browse files
committed
Bumped dependencies.
1 parent ddad7f8 commit 79eafed

6 files changed

Lines changed: 15 additions & 6 deletions

File tree

.idea/markdown.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/pyTooling.TerminalUI.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/Dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ the mandatory dependencies too.
7575
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7676
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥6.2 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
7777
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
78-
| `mypy <https://GitHub.com/python/mypy>`__ | ≥0.910 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
78+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥0.930 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
7979
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
8080
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.6.4 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
8181
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pytest>=6.2.5
88
pytest-cov>=3.0.0
99

1010
# Static Type Checking
11-
mypy>=0.910
11+
mypy>=0.930
1212
lxml>=4.6.4

0 commit comments

Comments
 (0)