Skip to content

Commit 13d59c9

Browse files
Bump packaging from 21.3 to 26.0
Bumps [packaging](https://github.com/pypa/packaging) from 21.3 to 26.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@21.3...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa122de commit 13d59c9

File tree

2 files changed

+10
-57
lines changed

2 files changed

+10
-57
lines changed

docs-requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ jinja2==3.0.3
2222
# via sphinx
2323
markupsafe==2.0.1
2424
# via jinja2
25-
packaging==21.3
25+
packaging==26.0
2626
# via sphinx
2727
pygments==2.12.0
2828
# via sphinx
29-
pyparsing==3.0.9
30-
# via packaging
3129
pytz==2022.1
3230
# via babel
3331
requests==2.27.1

test-requirements.txt

Lines changed: 9 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
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
4-
# via sphinx
53
async-generator==1.10
64
# via -r test-requirements.in
7-
babel==2.17.0
8-
# via sphinx
9-
certifi==2026.1.4
10-
# via requests
11-
charset-normalizer==3.4.4
12-
# via requests
13-
colorama==0.4.6 ; sys_platform == 'win32'
14-
# via
15-
# pytest
16-
# sphinx
175
contextlib2==21.6.0
186
# via -r test-requirements.in
19-
coverage==7.13.1
7+
coverage[toml]==7.10.7
208
# via pytest-cov
219
cssselect==1.3.0
2210
# 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'
11+
docutils==0.22.4
2612
# via sphinx
27-
exceptiongroup==1.3.1 ; python_full_version < '3.11'
13+
exceptiongroup==1.3.1
2814
# via pytest
29-
idna==3.11
30-
# via requests
31-
imagesize==1.4.1
32-
# via sphinx
33-
iniconfig==2.3.0
15+
iniconfig==2.1.0
3416
# via pytest
3517
jinja2==3.1.6
3618
# via sphinx
@@ -39,9 +21,7 @@ lxml==6.0.2
3921
markupsafe==3.0.3
4022
# via jinja2
4123
packaging==26.0
42-
# via
43-
# pytest
44-
# sphinx
24+
# via pytest
4525
pluggy==1.6.0
4626
# via
4727
# pytest
@@ -50,42 +30,17 @@ pygments==2.19.2
5030
# via
5131
# pytest
5232
# sphinx
53-
pytest==9.0.2
33+
pytest==8.4.2
5434
# via
5535
# -r test-requirements.in
5636
# pytest-cov
5737
pytest-cov==7.0.0
5838
# via -r test-requirements.in
59-
requests==2.32.5
60-
# via sphinx
61-
roman-numerals==4.1.0 ; python_full_version >= '3.11'
62-
# via sphinx
63-
snowballstemmer==3.0.1
64-
# 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.*'
39+
sphinx==1.2.3
6840
# via -r test-requirements.in
69-
sphinx==9.1.0 ; python_full_version >= '3.12'
70-
# via -r test-requirements.in
71-
sphinxcontrib-applehelp==2.0.0
72-
# via sphinx
73-
sphinxcontrib-devhelp==2.0.0
74-
# via sphinx
75-
sphinxcontrib-htmlhelp==2.1.0
76-
# via sphinx
77-
sphinxcontrib-jsmath==1.0.1
78-
# via sphinx
79-
sphinxcontrib-qthelp==2.0.0
80-
# via sphinx
81-
sphinxcontrib-serializinghtml==2.0.0
82-
# via sphinx
83-
tomli==2.4.0 ; python_full_version <= '3.11'
41+
tomli==2.4.0
8442
# via
8543
# coverage
8644
# pytest
87-
# sphinx
88-
typing-extensions==4.15.0 ; python_full_version < '3.11'
45+
typing-extensions==4.15.0
8946
# via exceptiongroup
90-
urllib3==2.6.3
91-
# via requests

0 commit comments

Comments
 (0)