Skip to content

Update dependency Flask-Login to v0.6.3#74

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/flask-login-0.x
Open

Update dependency Flask-Login to v0.6.3#74
renovate[bot] wants to merge 1 commit intomainfrom
renovate/flask-login-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 11, 2022

This PR contains the following updates:

Package Change Age Confidence
Flask-Login (changelog) ==0.5.0==0.6.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

maxcountryman/flask-login (Flask-Login)

v0.6.3

Compare Source

Released 2023-10-30

  • Compatibility with Flask 3 and Werkzeug 3. #​813

v0.6.2

Compare Source

Released on July 25th, 2022

  • Fix compatibility with Werkzeug 2.2 and Flask 2.2. #​691
  • Revert change to expand_login_view that attempted to preserve a
    dynamic subdomain value. Such values should be handled using
    app.url_value_preprocessor and app.url_defaults. #​691
  • Ensure deprecation warnings are present for deprecated features that
    will be removed in the next feature release.
    • Use request_loader instead of header_loader.
    • Use user_loaded_from_request instead of user_loaded_from_header.
    • Use app.config["LOGIN_DISABLED"] instead of _login_disabled.
    • Use init_app instead of setup_app.

v0.6.1

Compare Source

Released on May 1st, 2022

  • Only preserve subdomain or host view args in unauthorized redirect #​663
  • The new utility function login_remembered returns True if the current
    login is remembered across sessions. #​654
  • Fix side effect potentially executing view twice for same request. #​666
  • Clarify usage of FlaskLoginClient test client in docs. #​668

v0.6.0

Compare Source

Released on March 30th, 2022

  • Drop support for Python 2.7, 3.5, and 3.6, which have all reached the
    end of their official support. #​594, #​638
  • The minimum supported version of Flask is 1.0.4, and Werkzeug is
    1.0.1. However, projects are advised to use the latest versions of
    both. #​639
  • Only flash "needs_refresh_message" if value is set #​464
  • Modify expand_login_view to allow for subdomain and host matching for login_view #​462
  • Add accessors for request_loader and user_loader callback functions #​472
  • Change "remember_me" cookie to match Werkzeug default value #​488
  • Change "remember_me" cookie to HttpOnly, matching Flask session cookie #​488
  • Add example for using unauthorized_handler #​492
  • Fix assertEqual deprecation warning in pytest #​518
  • Fix collections deprecation warning under Python 3.8 #​525
  • Replace safe_str_cmp with hmac.compare_digest #​585
  • Document REMEMBER_COOKIE_SAMESITE config #​577
  • Revise setup.py to use README.md for long description #​598
  • Various documentation corrections #​484, #​482, #​487, #​534
  • Fix from flask_login import * behavior, although note that
    import * is not usually a good pattern in code. #​485
  • UserMixin.is_authenticated will return whatever is_active returns
    by default. This prevents inactive users from logging in. #​486, #​530
  • Session protection will only mark the session as not fresh if it's not
    already marked as such, avoiding modifying the session cookie
    unnecessarily. #​612

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@ghost
Copy link

ghost commented Apr 11, 2022

Sider has detected 1 warning on analyzing the commit 3a04155.

If the errors persist even after retrying, the following actions may resolve them:

If you still have problems, feel free to ask us via chat. 💬


You can turn off such notifications if unnecessary.

@renovate renovate bot changed the title Update dependency Flask-Login to v0.6.0 Update dependency Flask-Login to v0.6.1 May 2, 2022
@renovate renovate bot force-pushed the renovate/flask-login-0.x branch from 1394626 to 3067384 Compare May 2, 2022 05:17
@renovate renovate bot force-pushed the renovate/flask-login-0.x branch from 3067384 to 3a04155 Compare September 25, 2022 22:28
@renovate renovate bot changed the title Update dependency Flask-Login to v0.6.1 Update dependency Flask-Login to v0.6.2 Sep 25, 2022
@renovate renovate bot changed the title Update dependency Flask-Login to v0.6.2 Update dependency Flask-Login to v0.6.3 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/flask-login-0.x branch from 3a04155 to d7872a1 Compare October 31, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants