Skip to content

Commit ed01fa7

Browse files
edx-requirements-botsarina
authored andcommitted
chore: Upgrade Python requirements
1 parent 06e858a commit ed01fa7

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ snowballstemmer==3.0.1
4949
# via sphinx
5050
soupsieve==2.8
5151
# via beautifulsoup4
52-
sphinx==9.0.1
52+
sphinx==9.0.4
5353
# via
5454
# -r requirements/base.in
5555
# pydata-sphinx-theme
@@ -78,5 +78,5 @@ typing-extensions==4.15.0
7878
# via
7979
# beautifulsoup4
8080
# pydata-sphinx-theme
81-
urllib3==2.5.0
81+
urllib3==2.6.1
8282
# via requests

requirements/common_constraints.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ Django<6.0
1818
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
1919
# See https://github.com/openedx/edx-platform/issues/35126 for more info
2020
elasticsearch<7.14.0
21-
22-
# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
23-
# Make upgrade command and all requirements upgrade jobs are broken due to this.
24-
# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
25-
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
26-
# Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
27-
pip<25.3

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ soupsieve==2.8
9292
# via
9393
# -r requirements/base.txt
9494
# beautifulsoup4
95-
sphinx==9.0.1
95+
sphinx==9.0.4
9696
# via
9797
# -r requirements/base.txt
9898
# pydata-sphinx-theme
@@ -141,7 +141,7 @@ typing-extensions==4.15.0
141141
# beautifulsoup4
142142
# pydata-sphinx-theme
143143
# starlette
144-
urllib3==2.5.0
144+
urllib3==2.6.1
145145
# via
146146
# -r requirements/base.txt
147147
# requests

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==25.2
12-
# via
13-
# -c requirements/common_constraints.txt
14-
# -r requirements/pip.in
11+
pip==25.3
12+
# via -r requirements/pip.in
1513
setuptools==80.9.0
1614
# via -r requirements/pip.in

0 commit comments

Comments
 (0)