Skip to content

Commit eb62ac5

Browse files
renovate[bot]renovate-botgithub-actions[bot]
authored
Update dependency sphinx_rtd_theme to v1 (#253)
* Update dependency sphinx_rtd_theme to v1 * 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 473bf42 commit eb62ac5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -74,7 +74,7 @@ git-changelog = {version = "^0.4.0", python = "^3.6"}
7474
poetry = "=1.1.8"
7575
sphinx = "=4.2.0"
7676
sphinx-autobuild = "^2021.0.0"
77-
sphinx_rtd_theme = "^0.5.2"
77+
sphinx_rtd_theme = "^1.0.0"
7878
lockfile = "^0.12.2"
7979
recommonmark = "^0.7.1"
8080
psycopg2 = {version = "=2.8.6", python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"}

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ django-lifecycle==0.9.1
2121
django-stubs-ext==0.3.1; python_version >= "3.6" and python_version < "4.0"
2222
django-stubs==1.9.0; python_version >= "3.6" and python_version < "4.0"
2323
django==3.2.7; python_version >= "3.6"
24-
docutils==0.16; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
24+
docutils==0.17.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2525
filelock==3.0.12; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
2626
git-changelog==0.4.2; python_version >= "3.6" and python_version < "4.0"
2727
html5lib==1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
@@ -65,7 +65,7 @@ shellingham==1.4.0; python_version >= "2.7" and python_version < "3.0" and pytho
6565
six==1.16.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
6666
snowballstemmer==2.1.0; python_version >= "3.6"
6767
sphinx-autobuild==2021.3.14; python_version >= "3.6"
68-
sphinx-rtd-theme==0.5.2
68+
sphinx-rtd-theme==1.0.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
6969
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"

0 commit comments

Comments
 (0)