Skip to content

Commit 0d861e8

Browse files
deps(deps): bump social-auth-app-django from 5.4.1 to 5.7.0
Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.4.1 to 5.7.0. - [Release notes](https://github.com/python-social-auth/social-app-django/releases) - [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md) - [Commits](python-social-auth/social-app-django@5.4.1...5.7.0) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74ce99e commit 0d861e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
'requests~=2.32.0',
4343
'segment-analytics-python~=2.2.2',
4444
'slack-sdk~=3.31.0',
45-
'social-auth-app-django~=5.4.1',
45+
'social-auth-app-django~=5.7.0',
4646
'social-auth-core[openidconnect]>=4.4.2',
4747
'urllib3>=2.4',
4848
'uwsgi~=2.0.22',

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ segment-analytics-python==2.2.2
6464
# pin sqlparse on 0.5.0 to address GHSA-2m57-hf25-phgg
6565
# Remove once a Django>4.2.11 is released with an updated dep on sqlparse
6666
sqlparse==0.5.2
67-
social-auth-app-django==5.4.1
67+
social-auth-app-django==5.7.0
6868
social-auth-core==4.5.4
6969
slack-sdk==3.31.0
7070
urllib3==2.5.0

0 commit comments

Comments
 (0)