Skip to content

Commit 9b2cab3

Browse files
committed
Update dependencies
1 parent f2a51bb commit 9b2cab3

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ black = "19.10b0"
4141
flake8 = "^3.7"
4242
mypy = ">=0.761,<0.770"
4343
codecov = "^2"
44-
sphinx = "^2.3"
44+
sphinx = "^2.4"
4545
sphinx_rtd_theme = ">=0.4,<1"
4646
check-manifest = ">=0.40,<1"
4747
bump2version = ">=1.0,<2"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands =
2323
[testenv:docs]
2424
basepython = python3.7
2525
deps =
26-
sphinx>=2.3,<3
26+
sphinx>=2.4,<3
2727
sphinx_rtd_theme>=0.4,<1
2828
commands =
2929
sphinx-build -b html -nEW docs docs/_build/html

0 commit comments

Comments
 (0)