Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump social-auth-app-django from 5.2.0 to 5.4.1 #796

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps social-auth-app-django from 5.2.0 to 5.4.1.

Release notes

Sourced from social-auth-app-django's releases.

Release 5.4.1

Changed

  • Added reverse migration for JSON field
  • Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)

Release 5.4.0

Changed

  • Improved JSON field migration performance
  • Introduce configuration to request POST only requests for social authentication
  • Updated list of supported Django and Python versions

Release 5.3.0

  • Uses Django native JSON field
Changelog

Sourced from social-auth-app-django's changelog.

5.4.1 - 2024-04-24

Changed

  • Added reverse migration for JSON field
  • Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)

5.4.0 - 2023-10-17

Changed

  • Improved JSON field migration performance
  • Introduce configuration to request POST only requests for social authentication
  • Updated list of supported Django and Python versions

5.3.0 - 2023-09-01

Changed

  • Uses Django native JSON field
Commits
  • 593ee46 Version bump 5.4.1
  • 31c3e0c models: make sure uid is compared case-sensitive
  • 7033ff7 [pre-commit.ci] pre-commit autoupdate
  • 39da389 [pre-commit.ci] pre-commit autoupdate
  • 0ec1bca [pre-commit.ci] pre-commit autoupdate
  • 03bce61 [pre-commit.ci] pre-commit autoupdate
  • 2278da6 [pre-commit.ci] pre-commit autoupdate
  • 033302c build(deps-dev): bump tox from 4.14.1 to 4.14.2
  • c50bc4a [pre-commit.ci] pre-commit autoupdate
  • 13e10d9 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.2.0 to 5.4.1.
- [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.2.0...5.4.1)

---
updated-dependencies:
- dependency-name: social-auth-app-django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Run `tox -r` before testing locally, dependencies have changed label Apr 24, 2024
Copy link

sonarcloud bot commented Apr 24, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

github-actions bot commented Apr 24, 2024

Test results

       7 files     574 suites   21m 41s ⏱️
   462 tests    461 ✔️ 1 💤 0
3 234 runs  3 227 ✔️ 7 💤 0

Results for commit 7026b7f.

♻️ This comment has been updated with latest results.

@hmpf hmpf requested a review from a team April 25, 2024 06:21
@hmpf
Copy link
Contributor

hmpf commented Apr 25, 2024

This should probably be tested locally since it involves an actual sql migration that they originally botched, judging from the release notes.

@johannaengland
Copy link
Contributor

This should probably be tested locally since it involves an actual sql migration that they originally botched, judging from the release notes.

They only forgot the backwards migration (If the fix PR you're talking about is python-social-auth/social-app-django#533). So I'll test it, but I don't think we need to be too worried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Run `tox -r` before testing locally, dependencies have changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants