Skip to content

Commit ff49f70

Browse files
Chore(deps): Bump sphinx-rtd-theme from 3.0.2 to 3.1.0 (#991)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.2 to 3.1.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39e6ec5 commit ff49f70

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --resolver=backtracking requirements.in
66
#
7-
alabaster==1.0.0
7+
alabaster==0.7.16
88
# via sphinx
99
babel==2.17.0
1010
# via sphinx
@@ -20,6 +20,8 @@ idna==3.7
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23+
importlib-metadata==8.7.1
24+
# via sphinx
2325
jinja2==3.1.6
2426
# via sphinx
2527
markupsafe==2.1.2
@@ -30,16 +32,14 @@ pygments==2.19.1
3032
# via sphinx
3133
requests==2.32.2
3234
# via sphinx
33-
roman-numerals-py==3.1.0
34-
# via sphinx
3535
snowballstemmer==2.2.0
3636
# via sphinx
37-
sphinx==8.2.3
37+
sphinx==7.4.7
3838
# via
3939
# -r docs/requirements.in
4040
# sphinx-rtd-theme
4141
# sphinxcontrib-jquery
42-
sphinx-rtd-theme==3.0.2
42+
sphinx-rtd-theme==3.1.0
4343
# via -r docs/requirements.in
4444
sphinxcontrib-applehelp==2.0.0
4545
# via sphinx
@@ -55,5 +55,9 @@ sphinxcontrib-qthelp==2.0.0
5555
# via sphinx
5656
sphinxcontrib-serializinghtml==2.0.0
5757
# via sphinx
58+
tomli==2.4.0
59+
# via sphinx
5860
urllib3==2.2.2
5961
# via requests
62+
zipp==3.23.0
63+
# via importlib-metadata

0 commit comments

Comments
 (0)