Skip to content

Commit 9e81de7

Browse files
Bump alabaster from 0.7.12 to 0.7.16
Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.12 to 0.7.16. - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](sphinx-doc/alabaster@0.7.12...0.7.16) --- updated-dependencies: - dependency-name: alabaster dependency-version: 0.7.16 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa122de commit 9e81de7

2 files changed

Lines changed: 14 additions & 22 deletions

File tree

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile ci/rtd-requirements.in
66
#
7-
alabaster==0.7.12
7+
alabaster==0.7.16
88
# via sphinx
99
babel==2.10.1
1010
# via sphinx

test-requirements.txt

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
3-
alabaster==1.0.0
3+
alabaster==0.7.16
44
# via sphinx
55
async-generator==1.10
66
# via -r test-requirements.in
@@ -10,27 +10,23 @@ certifi==2026.1.4
1010
# via requests
1111
charset-normalizer==3.4.4
1212
# via requests
13-
colorama==0.4.6 ; sys_platform == 'win32'
14-
# via
15-
# pytest
16-
# sphinx
1713
contextlib2==21.6.0
1814
# via -r test-requirements.in
19-
coverage==7.13.1
15+
coverage[toml]==7.10.7
2016
# via pytest-cov
2117
cssselect==1.3.0
2218
# via -r test-requirements.in
23-
docutils==0.21.2 ; python_full_version < '3.11'
24-
# via sphinx
25-
docutils==0.22.4 ; python_full_version >= '3.11'
19+
docutils==0.21.2
2620
# via sphinx
27-
exceptiongroup==1.3.1 ; python_full_version < '3.11'
21+
exceptiongroup==1.3.1
2822
# via pytest
2923
idna==3.11
3024
# via requests
3125
imagesize==1.4.1
3226
# via sphinx
33-
iniconfig==2.3.0
27+
importlib-metadata==8.7.1
28+
# via sphinx
29+
iniconfig==2.1.0
3430
# via pytest
3531
jinja2==3.1.6
3632
# via sphinx
@@ -50,23 +46,17 @@ pygments==2.19.2
5046
# via
5147
# pytest
5248
# sphinx
53-
pytest==9.0.2
49+
pytest==8.4.2
5450
# via
5551
# -r test-requirements.in
5652
# pytest-cov
5753
pytest-cov==7.0.0
5854
# via -r test-requirements.in
5955
requests==2.32.5
6056
# via sphinx
61-
roman-numerals==4.1.0 ; python_full_version >= '3.11'
62-
# via sphinx
6357
snowballstemmer==3.0.1
6458
# via sphinx
65-
sphinx==8.1.3 ; python_full_version < '3.11'
66-
# via -r test-requirements.in
67-
sphinx==9.0.4 ; python_full_version == '3.11.*'
68-
# via -r test-requirements.in
69-
sphinx==9.1.0 ; python_full_version >= '3.12'
59+
sphinx==7.4.7
7060
# via -r test-requirements.in
7161
sphinxcontrib-applehelp==2.0.0
7262
# via sphinx
@@ -80,12 +70,14 @@ sphinxcontrib-qthelp==2.0.0
8070
# via sphinx
8171
sphinxcontrib-serializinghtml==2.0.0
8272
# via sphinx
83-
tomli==2.4.0 ; python_full_version <= '3.11'
73+
tomli==2.4.0
8474
# via
8575
# coverage
8676
# pytest
8777
# sphinx
88-
typing-extensions==4.15.0 ; python_full_version < '3.11'
78+
typing-extensions==4.15.0
8979
# via exceptiongroup
9080
urllib3==2.6.3
9181
# via requests
82+
zipp==3.23.0
83+
# via importlib-metadata

0 commit comments

Comments
 (0)