Skip to content

Commit 2f073e8

Browse files
committed
Bumped dependencies.
1 parent 2357fd8 commit 2f073e8

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

doc/Dependency.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,21 @@ the mandatory dependencies too.
5454
5555
.. rubric:: Dependency List
5656

57-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
58-
| **Package** | **Version** | **License** | **Dependencies** |
59-
+===========================================================+=============+========================================================================================+======================+
60-
| `pytest <https://GitHub.com/pytest-dev/pytest>`__ | ≥7.2.0 | `MIT <https://GitHub.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* |
61-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
62-
| `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.* |
63-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
64-
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.0 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
65-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
66-
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.2 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
67-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
68-
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.9 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
69-
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
57+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
58+
| **Package** | **Version** | **License** | **Dependencies** |
59+
+=====================================================================+=============+========================================================================================+======================+
60+
| `pytest <https://GitHub.com/pytest-dev/pytest>`__ | ≥7.4.0 | `MIT <https://GitHub.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* |
61+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
62+
| `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.* |
63+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
64+
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.3 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
65+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
66+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.5 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
67+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
68+
| `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.* |
69+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
70+
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.9 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
71+
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7072

7173

7274
.. _dependency-documentation:

tests/requirements.txt

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

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

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

1010
# Static Type Checking
11-
mypy >= 1.2
11+
mypy >= 1.5
12+
typing_extensions >= 4.7.1
1213
lxml>=4.9

0 commit comments

Comments
 (0)