Skip to content

Commit 0515909

Browse files
committed
feat!: upgrading to django52.
1 parent ea36131 commit 0515909

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

requirements/all.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,9 @@ sniffio==1.3.1
831831
# -r requirements/dev.txt
832832
# -r requirements/production.txt
833833
# anyio
834-
social-auth-app-django==5.5.1
834+
social-auth-app-django==5.4.3
835835
# via
836+
# -c requirements/constraints.txt
836837
# -r requirements/dev.txt
837838
# -r requirements/production.txt
838839
# edx-auth-backends

requirements/base.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,9 @@ six==1.17.0
385385
# python-dateutil
386386
sniffio==1.3.1
387387
# via anyio
388-
social-auth-app-django==5.5.1
388+
social-auth-app-django==5.4.3
389389
# via
390+
# -c requirements/constraints.txt
390391
# -r requirements/base.in
391392
# edx-auth-backends
392393
social-auth-core==4.7.0

requirements/constraints.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010

1111
# Common constraints for edx repos
1212
-c common_constraints.txt
13+
14+
15+
# greater versions are breaking 2 tests which need further investigation.
16+
social-auth-app-django<=5.4.3

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,9 @@ sniffio==1.3.1
649649
# via
650650
# -r requirements/test.txt
651651
# anyio
652-
social-auth-app-django==5.5.1
652+
social-auth-app-django==5.4.3
653653
# via
654+
# -c requirements/constraints.txt
654655
# -r requirements/test.txt
655656
# edx-auth-backends
656657
social-auth-core==4.7.0

requirements/production.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,9 @@ sniffio==1.3.1
531531
# via
532532
# -r requirements/base.txt
533533
# anyio
534-
social-auth-app-django==5.5.1
534+
social-auth-app-django==5.4.3
535535
# via
536+
# -c requirements/constraints.txt
536537
# -r requirements/base.txt
537538
# edx-auth-backends
538539
social-auth-core==4.7.0

requirements/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,9 @@ sniffio==1.3.1
599599
# via
600600
# -r requirements/base.txt
601601
# anyio
602-
social-auth-app-django==5.5.1
602+
social-auth-app-django==5.4.3
603603
# via
604+
# -c requirements/constraints.txt
604605
# -r requirements/base.txt
605606
# edx-auth-backends
606607
social-auth-core==4.7.0

0 commit comments

Comments
 (0)