Skip to content

Commit ce3e8b2

Browse files
committed
feat: Upgrade Python dependency Django
Update to latest django patch version. Commit generated by workflow `openedx/openedx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
1 parent 15a252f commit ce3e8b2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ defusedxml==0.7.1
167167
# ora2
168168
# python3-openid
169169
# social-auth-core
170-
django==5.2.11
170+
django==5.2.12
171171
# via
172172
# -c requirements/common_constraints.txt
173173
# -c requirements/constraints.txt

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ distlib==0.4.0
339339
# via
340340
# -r requirements/edx/testing.txt
341341
# virtualenv
342-
django==5.2.11
342+
django==5.2.12
343343
# via
344344
# -c requirements/common_constraints.txt
345345
# -c requirements/constraints.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ defusedxml==0.7.1
232232
# ora2
233233
# python3-openid
234234
# social-auth-core
235-
django==5.2.11
235+
django==5.2.12
236236
# via
237237
# -c requirements/common_constraints.txt
238238
# -c requirements/constraints.txt

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ dill==0.4.1
257257
# via pylint
258258
distlib==0.4.0
259259
# via virtualenv
260-
django==5.2.11
260+
django==5.2.12
261261
# via
262262
# -c requirements/common_constraints.txt
263263
# -c requirements/constraints.txt

scripts/user_retirement/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cryptography==45.0.7
3333
# -c requirements/constraints.txt
3434
# google-auth
3535
# pyjwt
36-
django==5.2.11
36+
django==5.2.12
3737
# via
3838
# -c requirements/common_constraints.txt
3939
# -c requirements/constraints.txt

scripts/user_retirement/requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cryptography==45.0.7
4949
# pyjwt
5050
ddt==1.7.2
5151
# via -r scripts/user_retirement/requirements/testing.in
52-
django==5.2.11
52+
django==5.2.12
5353
# via
5454
# -r scripts/user_retirement/requirements/base.txt
5555
# django-crum

0 commit comments

Comments
 (0)