Skip to content

Commit f681de8

Browse files
build(deps): bump sphinx-rtd-theme from 1.2.1 to 1.2.2 in /requirements (#698)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.1 to 1.2.2. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@1.2.1...1.2.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa4d432 commit f681de8

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

requirements/build.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx
22
# NOTE(alan) - Pinning to resolve a conflict with sphinx. We can unpin on next sphinx_rtd_theme release.
3-
sphinx_rtd_theme==1.2.1
3+
sphinx_rtd_theme==1.2.2
44
furo
55

66
# NOTE(robinson) - The following dependencies are pinned to address security scans

requirements/build.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ beautifulsoup4==4.12.2
1212
# via furo
1313
certifi==2023.5.7
1414
# via
15-
# -r requirements/build.in
15+
# -r build.in
1616
# requests
1717
charset-normalizer==3.1.0
1818
# via requests
@@ -21,13 +21,11 @@ docutils==0.18.1
2121
# sphinx
2222
# sphinx-rtd-theme
2323
furo==2023.5.20
24-
# via -r requirements/build.in
24+
# via -r build.in
2525
idna==3.4
2626
# via requests
2727
imagesize==1.4.1
2828
# via sphinx
29-
importlib-metadata==6.6.0
30-
# via sphinx
3129
jinja2==3.1.2
3230
# via sphinx
3331
markupsafe==2.1.3
@@ -38,8 +36,6 @@ pygments==2.15.1
3836
# via
3937
# furo
4038
# sphinx
41-
pytz==2023.3
42-
# via babel
4339
requests==2.31.0
4440
# via sphinx
4541
snowballstemmer==2.2.0
@@ -48,15 +44,15 @@ soupsieve==2.4.1
4844
# via beautifulsoup4
4945
sphinx==6.2.1
5046
# via
51-
# -r requirements/build.in
47+
# -r build.in
5248
# furo
5349
# sphinx-basic-ng
5450
# sphinx-rtd-theme
5551
# sphinxcontrib-jquery
5652
sphinx-basic-ng==1.0.0b1
5753
# via furo
58-
sphinx-rtd-theme==1.2.1
59-
# via -r requirements/build.in
54+
sphinx-rtd-theme==1.2.2
55+
# via -r build.in
6056
sphinxcontrib-applehelp==1.0.4
6157
# via sphinx
6258
sphinxcontrib-devhelp==1.0.2
@@ -73,5 +69,3 @@ sphinxcontrib-serializinghtml==1.1.5
7369
# via sphinx
7470
urllib3==2.0.2
7571
# via requests
76-
zipp==3.15.0
77-
# via importlib-metadata

0 commit comments

Comments
 (0)