Skip to content

Commit 2144493

Browse files
committed
Bump mypy
1 parent ca8f5a0 commit 2144493

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

repo_helper.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ sphinx_html_theme: furo
1515
min_coverage: 100
1616
docs_fail_on_warning: true
1717
preserve_custom_theme: true
18-
mypy_version: 1.16
19-
python_deploy_version: 3.9
2018
on_conda_forge: true
2119
enable_conda: false
2220

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ basepython = python3.9
136136
ignore_errors = True
137137
changedir = {toxinidir}
138138
deps =
139-
mypy==1.16
139+
mypy==1.17.1
140140
-r{toxinidir}/tests/requirements.txt
141141
-r{toxinidir}/stubs.txt
142142
commands = mypy dict2css tests {posargs}

0 commit comments

Comments
 (0)