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
55pyyaml >= 5.3.1
66repo-helper-sphinx-theme >= 0.0.2
77seed-intersphinx-mapping >= 0.3.1
8- sphinx < 3.4.0 , >= 3.0.3
8+ sphinx >= 3.0.3
99sphinx-copybutton >= 0.2.12
1010sphinx-debuginfo >= 0.1.0
1111sphinx-notfound-page >= 0.5
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ use_whey: true
1414min_coverage : 100
1515sphinx_html_theme : furo
1616standalone_contrib_guide : true
17+ mypy_version : " 0.812"
1718
1819conda_channels :
1920 - conda-forge
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ basepython = python3.6
6060ignore_errors = True
6161changedir = {toxinidir}
6262deps =
63- mypy ==0.800
63+ mypy ==0.812
6464 -r{toxinidir}/tests/requirements.txt
6565commands = mypy flake8_strftime tests {posargs}
6666
You can’t perform that action at this time.
0 commit comments