Skip to content

Commit 892ecdf

Browse files
authored
Merge pull request #196 from openedx/repo-tools/upgrade-python-requirements-87240c6
chore: Upgrade Python requirements
2 parents 87240c6 + 3116c10 commit 892ecdf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ snowballstemmer==3.0.1
180180
# via
181181
# -r requirements/quality.txt
182182
# pydocstyle
183-
sqlparse==0.5.3
183+
sqlparse==0.5.4
184184
# via
185185
# -r requirements/quality.txt
186186
# django

requirements/django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ django==5.2.8
1010
# via
1111
# -c requirements/common_constraints.txt
1212
# -r requirements/django.in
13-
sqlparse==0.5.3
13+
sqlparse==0.5.4
1414
# via django

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ babel==2.17.0
1818
# sphinx
1919
backports-tarfile==1.2.0
2020
# via jaraco-context
21-
beautifulsoup4==4.14.2
21+
beautifulsoup4==4.14.3
2222
# via pydata-sphinx-theme
2323
certifi==2025.11.12
2424
# via requests
@@ -143,15 +143,15 @@ rfc3986==2.0.0
143143
# via twine
144144
rich==14.2.0
145145
# via twine
146-
roman-numerals-py==3.1.0
146+
roman-numerals==3.1.0
147147
# via sphinx
148148
secretstorage==3.5.0
149149
# via keyring
150150
snowballstemmer==3.0.1
151151
# via sphinx
152152
soupsieve==2.8
153153
# via beautifulsoup4
154-
sphinx==8.2.3
154+
sphinx==9.0.0
155155
# via
156156
# -r requirements/doc.in
157157
# pydata-sphinx-theme
@@ -170,7 +170,7 @@ sphinxcontrib-qthelp==2.0.0
170170
# via sphinx
171171
sphinxcontrib-serializinghtml==2.0.0
172172
# via sphinx
173-
sqlparse==0.5.3
173+
sqlparse==0.5.4
174174
# via
175175
# -r requirements/test.txt
176176
# django

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ six==1.17.0
105105
# via edx-lint
106106
snowballstemmer==3.0.1
107107
# via pydocstyle
108-
sqlparse==0.5.3
108+
sqlparse==0.5.4
109109
# via
110110
# -r requirements/test.txt
111111
# django

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python-slugify==8.0.4
4141
# via -r requirements/base.txt
4242
pyyaml==6.0.3
4343
# via -r requirements/base.txt
44-
sqlparse==0.5.3
44+
sqlparse==0.5.4
4545
# via
4646
# -r requirements/django.txt
4747
# django

0 commit comments

Comments
 (0)