Jeremy Stretch 1 неделя назад
Родитель
Сommit
334e2fa8a1
2 измененных файлов с 3 добавлено и 4 удалено
  1. 1 2
      base_requirements.txt
  2. 2 2
      requirements.txt

+ 1 - 2
base_requirements.txt

@@ -160,8 +160,7 @@ social-auth-app-django
 
 # Social authentication framework
 # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
-# Need to verify that v4.9.0 does not introduce breaking changes (see #22095)
-social-auth-core==4.8.*
+social-auth-core
 
 # Image thumbnail generation
 # https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst

+ 2 - 2
requirements.txt

@@ -35,8 +35,8 @@ PyYAML==6.0.3
 redis==7.4.1
 requests==2.34.2
 rq==2.10.0
-social-auth-app-django==5.9.0
-social-auth-core==4.8.7
+social-auth-app-django==6.0.1
+social-auth-core==5.1.0
 sorl-thumbnail==13.0.0
 strawberry-graphql==0.323.2
 strawberry-graphql-django==0.86.5