Skip to content

Commit 760758a

Browse files
renovate[bot]renovate-botgithub-actions[bot]
authored
Update dependency sphinx to v4.2.0 (#249)
* Update dependency sphinx to v4.2.0 * Synced dependency changes. Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcb7c5b commit 760758a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -72,7 +72,7 @@ check-manifest = {version = "^0.46", python = "^3.6"}
7272
bump2version = {version = "^1.0.0", python = "^3.6"}
7373
git-changelog = {version = "^0.4.0", python = "^3.6"}
7474
poetry = "=1.1.8"
75-
sphinx = "=4.1.2"
75+
sphinx = "=4.2.0"
7676
sphinx-autobuild = "^2021.0.0"
7777
sphinx_rtd_theme = "^0.5.2"
7878
lockfile = "^0.12.2"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ six==1.16.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (pyt
6666
snowballstemmer==2.1.0; python_version >= "3.6"
6767
sphinx-autobuild==2021.3.14; python_version >= "3.6"
6868
sphinx-rtd-theme==0.5.2
69-
sphinx==4.1.2; python_version >= "3.6"
69+
sphinx==4.2.0; python_version >= "3.6"
7070
sphinxcontrib-applehelp==1.0.2; python_version >= "3.6"
7171
sphinxcontrib-devhelp==1.0.2; python_version >= "3.6"
7272
sphinxcontrib-htmlhelp==2.0.0; python_version >= "3.6"

0 commit comments

Comments
 (0)