Skip to content

Commit 044af3b

Browse files
authored
Merge pull request #769 from openedx/repo-tools/upgrade-python-requirements-4bb1786
chore: Upgrade Python requirements
2 parents 4bb1786 + 2e99ada commit 044af3b

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jinja2==3.1.6
3030
# via sphinx
3131
markupsafe==3.0.3
3232
# via jinja2
33-
packaging==25.0
33+
packaging==26.0
3434
# via
3535
# pydata-sphinx-theme
3636
# sphinx
@@ -47,7 +47,7 @@ roman-numerals==4.1.0
4747
# via sphinx
4848
snowballstemmer==3.0.1
4949
# via sphinx
50-
soupsieve==2.8.2
50+
soupsieve==2.8.3
5151
# via beautifulsoup4
5252
sphinx==9.0.4
5353
# via

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ markupsafe==3.0.3
6161
# via
6262
# -r requirements/base.txt
6363
# jinja2
64-
packaging==25.0
64+
packaging==26.0
6565
# via
6666
# -r requirements/base.txt
6767
# pydata-sphinx-theme
@@ -88,7 +88,7 @@ snowballstemmer==3.0.1
8888
# via
8989
# -r requirements/base.txt
9090
# sphinx
91-
soupsieve==2.8.2
91+
soupsieve==2.8.3
9292
# via
9393
# -r requirements/base.txt
9494
# beautifulsoup4

requirements/pip.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.1
7+
packaging==26.0
8+
# via wheel
9+
wheel==0.46.3
810
# via -r requirements/pip.in
911

1012
# The following packages are considered to be unsafe in a requirements file:
1113
pip==25.3
1214
# via -r requirements/pip.in
13-
setuptools==80.9.0
15+
setuptools==80.10.1
1416
# via -r requirements/pip.in

requirements/pip_tools.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ 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:

0 commit comments

Comments
 (0)