Closes #22095: Unpin social-auth-core
This commit is contained in:
parent
f4fdd60e8d
commit
334e2fa8a1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue