chore(deps): bump remaining packages with known advisories - #945
Open
valvesss wants to merge 2 commits into
Open
chore(deps): bump remaining packages with known advisories#945valvesss wants to merge 2 commits into
valvesss wants to merge 2 commits into
Conversation
Raise django-allauth, requests, sqlparse, sentry-sdk, click, idna, setuptools, and python-dotenv to current advisory-safe versions. All stay within existing major lines (sentry pinned to latest 2.x). Co-authored-by: Vitor Alves <vitoralvesinfo@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
send_email_confirmation was removed from allauth.account.utils; use EmailAddress + send_verification_email_to_address so the deps bump remains importable and invitation mail still sends. Co-authored-by: Vitor Alves <vitoralvesinfo@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
Test follow-up (Mimir): bumping Pushed a second commit that switches the invite path to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Django left for PR #937.
Test plan
Local (Mimir): Postgres 15.3 + Redis 7.
pip install -r requirements.txt— OK (django-allauth==65.19.0, etc.; Django still5.1.14)send_email_confirmationremoved in allauth ≥65.13; nowEmailAddress+send_verification_email_to_addressbots.tests.test_invite_user_integration— 7/7 OK after that fixmanage.py checkOK (3 allauth settings deprecation warnings only — pre-existing style, not failures)Still for CI/maintainer: full Docker matrix; spot-check allauth login UI if enabled.
Contribution from Cold Code Labs · authored via Brokk · co-authors in commit trailers.