Skip to content

Commit 43c4b84

Browse files
committed
Upgrade rstcheck and mypy dev / testing / docs dependency.
1 parent 891fd29 commit 43c4b84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rstcheck==6.2.1; python_version >= '3.7'
1+
rstcheck==6.2.4; python_version >= '3.7'
22
fasteners
33
sphinx_rtd_theme==2.0.0
44
sphinx==6.2.1

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bandit[toml]==1.7.8; python_version >= '3.7'
66
black==24.4.0; python_version >= '3.7' and implementation_name == "cpython"
77
isort[pyproject]==5.12.0; python_version >= '3.8'
88
pyupgrade==3.3.1
9-
rstcheck==6.2.1; python_version >= '3.7'
9+
rstcheck==6.2.4; python_version >= '3.7'
1010
codespell==2.2.5
1111

1212
requests>=2.27.1

requirements-mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
typing
22
# Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8).
3-
mypy==1.10.0; implementation_name == "cpython"
3+
mypy==1.15.0; implementation_name == "cpython"
44
types-simplejson
55
types-certifi
66
types-requests

0 commit comments

Comments
 (0)