osmcha-django
osmcha-django copied to clipboard
Bump social-auth-app-django from 4.0.0 to 5.4.1
Bumps social-auth-app-django from 4.0.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
Release 5.2.0
Changed
- Removed support for Django<3.2
- Fixed missing migration issue
Release 5.1.0
Changed
- Compatibility with recent Django and Python versions
- Coding style improvements
- Improved error handling in SocialAuthExceptionMiddleware
Release 5.0.0
Changes:
- Removed compat shims for obsolete Django versions
- Switch from deprecated
django.conf.urls.url
todjango.urls.path
- Use query
.exists()
instead of.count() > 0
- Added testing for Django 3.0
- Drop support for Python 2
- Django generic
JSONField
support, details documented here- Django 3.2+ compatibility
- Use
_default_manager
instead ofobjects
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
5.2.0 - 2023-03-31
Changed
- Removed support for Django<3.2
- Fixed missing migration issue
5.1.0 - 2023-03-15
Changed
- Compatibility with recent Django and Python versions
- Coding style improvements
- Improved error handling in SocialAuthExceptionMiddleware
5.0.0 - 2021-08-05
Changed
- Removed compat shims for obsolete Django versions
- Switch from deprecated
django.conf.urls.url
todjango.urls.path
- Use query
.exists()
instead of.count() > 0
- Added testing for Django 3.0
- Drop support for Python 2
- Django generic
JSONField
support, details documented here- Django 3.2+ compatibility
- Use
_default_manager
instead ofobjects
Commits
593ee46
Version bump 5.4.131c3e0c
models: make sure uid is compared case-sensitive7033ff7
[pre-commit.ci] pre-commit autoupdate39da389
[pre-commit.ci] pre-commit autoupdate0ec1bca
[pre-commit.ci] pre-commit autoupdate03bce61
[pre-commit.ci] pre-commit autoupdate2278da6
[pre-commit.ci] pre-commit autoupdate033302c
build(deps-dev): bump tox from 4.14.1 to 4.14.2c50bc4a
[pre-commit.ci] pre-commit autoupdate13e10d9
[pre-commit.ci] pre-commit autoupdate- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)