Skip to content

Commit 55d0e3d

Browse files
edx-requirements-botsarina
authored andcommitted
chore: Upgrade Python requirements
1 parent 79638e6 commit 55d0e3d

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

requirements/base.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ click==8.3.1
2626
# via uvicorn
2727
colorama==0.4.6
2828
# via sphinx-autobuild
29-
docutils==0.21.2
29+
docutils==0.22.4
3030
# via
3131
# linuxdoc
3232
# myst-parser
@@ -61,7 +61,7 @@ mdurl==0.1.2
6161
# via markdown-it-py
6262
myst-parser==5.0.0
6363
# via -r requirements/base.in
64-
packaging==25.0
64+
packaging==26.0
6565
# via
6666
# pydata-sphinx-theme
6767
# sphinx
@@ -82,18 +82,14 @@ requests==2.32.5
8282
# sphinxcontrib-images
8383
# sphinxcontrib-youtube
8484
roman-numerals==4.1.0
85-
# via
86-
# roman-numerals-py
87-
# sphinx
88-
roman-numerals-py==4.1.0
8985
# via sphinx
9086
six==1.17.0
9187
# via fspath
9288
snowballstemmer==3.0.1
9389
# via sphinx
94-
soupsieve==2.8.1
90+
soupsieve==2.8.3
9591
# via beautifulsoup4
96-
sphinx==8.2.3
92+
sphinx==9.1.0
9793
# via
9894
# -r requirements/base.in
9995
# linuxdoc
@@ -117,7 +113,7 @@ sphinx-book-theme==1.1.4
117113
# via -r requirements/base.in
118114
sphinx-copybutton==0.5.2
119115
# via -r requirements/base.in
120-
sphinx-design==0.6.1
116+
sphinx-design==0.7.0
121117
# via -r requirements/base.in
122118
sphinx-notfound-page==1.1.0
123119
# via -r requirements/base.in
@@ -147,7 +143,7 @@ sphinxemoji==0.3.2
147143
# via -r requirements/base.in
148144
sphinxext-rediraffe==0.3.0
149145
# via -r requirements/base.in
150-
starlette==0.51.0
146+
starlette==0.52.1
151147
# via sphinx-autobuild
152148
typing-extensions==4.15.0
153149
# via

requirements/pip-tools.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ build==1.4.0
88
# via pip-tools
99
click==8.3.1
1010
# via pip-tools
11-
packaging==25.0
12-
# via build
11+
packaging==26.0
12+
# via
13+
# build
14+
# wheel
1315
pip-tools==7.5.2
1416
# via -r requirements/pip-tools.in
1517
pyproject-hooks==1.2.0
1618
# via
1719
# build
1820
# pip-tools
19-
wheel==0.45.1
21+
wheel==0.46.3
2022
# via pip-tools
2123

2224
# The following packages are considered to be unsafe in a requirements file:
2325
pip==25.3
2426
# via pip-tools
25-
setuptools==80.9.0
27+
setuptools==80.10.1
2628
# via pip-tools

0 commit comments

Comments
 (0)