Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
certifi==2025.1.31
certifi==2025.4.26
# via requests
cffi==1.17.1
# via cryptography
Expand Down Expand Up @@ -49,7 +49,7 @@ six==1.17.0
# via -r requirements/base.in
social-auth-app-django==5.4.3
# via -r requirements/base.in
social-auth-core==4.5.6
social-auth-core==4.6.1
# via
# -r requirements/base.in
# social-auth-app-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2025.1.31
certifi==2025.4.26
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -232,7 +232,7 @@ six==1.17.0
# unittest2
social-auth-app-django==5.4.3
# via -r requirements/test.txt
social-auth-core==4.5.6
social-auth-core==4.6.1
# via
# -r requirements/test.txt
# social-auth-app-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/auth-backends/auth-backends/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==79.0.1
setuptools==80.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.3.9
# via
# pylint
# pylint-celery
certifi==2025.1.31
certifi==2025.4.26
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -167,7 +167,7 @@ six==1.17.0
# unittest2
social-auth-app-django==5.4.3
# via -r requirements/base.txt
social-auth-core==4.5.6
social-auth-core==4.6.1
# via
# -r requirements/base.txt
# social-auth-app-django
Expand Down
Loading