File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ furo>=2020.11.19b18
5
5
pyyaml >= 5.3.1
6
6
repo-helper-sphinx-theme >= 0.0.2
7
7
seed-intersphinx-mapping >= 0.3.1
8
- sphinx < 3.4.0 , >= 3.0.3
8
+ sphinx >= 3.0.3
9
9
sphinx-copybutton >= 0.2.12
10
10
sphinx-debuginfo >= 0.1.0
11
11
sphinx-notfound-page >= 0.5
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ use_whey: true
14
14
min_coverage : 100
15
15
sphinx_html_theme : furo
16
16
standalone_contrib_guide : true
17
+ mypy_version : " 0.812"
17
18
18
19
conda_channels :
19
20
- conda-forge
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ basepython = python3.6
60
60
ignore_errors = True
61
61
changedir = {toxinidir}
62
62
deps =
63
- mypy ==0.800
63
+ mypy ==0.812
64
64
-r{toxinidir}/tests/requirements.txt
65
65
commands = mypy flake8_strftime tests {posargs}
66
66
You can’t perform that action at this time.
0 commit comments