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

Update dependency flask-babel to v3 #1282

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flask-babel ^2.0.0 -> ^2.0.0 || ^3.0.0 age adoption passing confidence

Release Notes

python-babel/flask-babel (flask-babel)

v3.1.0

Compare Source

  • Documentation and packaging improvements. (#​226, #​223, #​218, #​217, #​215)
  • Don't return the default locale twice (#​219)
  • Fix tests breaking against babel 12.2, which changed localized times to use non-breaking-spaces. Babel 12.2 or greater
    is now required. (#​222)
  • Relax version requirements for dependencies. (#​227, #​225)

v3.0.1: Bugfix Release

Compare Source

Small bugfix for the get_locale() behaviour when the default locale is returned.

v3.0.0

Compare Source

Major version bump as this version removes support for Python 3.5 and 3.6, along with multiple
major breaking changes. Hope you've been following SemVer :)

  • Dropped support for end-of-life Python 3.5 and 3.6, added tests for 3.10 and 3.11.
  • Fixes to documentation to address outdated links and settings (#​204, 201)
  • Jinja version 3 or greater is now required (released 2021)
  • Removed Babel._date_formats, use the public Babel.date_formats instead.
  • list_translations() always returns the default locale, even if it does not exist. (#​75)
  • Add lazy_npgettext() (#​68)
  • Babel.locale_selector and Babel.timezone_selector no longer exist. They must be provided
    either when the Babel() object is created or when init_app() is called. This is to support
    having a single Babel object for multiple Flask apps (#​107) as well as to simplify settings
    and multi-threaded state.
  • Most configuration options can be passed directly through init_app().

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 6, 2023
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 5 times, most recently from 02f8d80 to 6ee7093 Compare June 12, 2023 13:28
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 2 times, most recently from b661f81 to f0c1663 Compare June 26, 2023 04:44
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 3 times, most recently from 29d7e4e to e5f5c0e Compare July 6, 2023 07:53
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 4 times, most recently from 4072471 to 5176232 Compare July 17, 2023 03:45
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 5 times, most recently from cc4c9ba to bc8eec7 Compare August 2, 2023 07:53
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 3 times, most recently from a9e06a7 to e4d198c Compare August 7, 2023 09:35
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 2 times, most recently from 5baa99d to 9e4a743 Compare August 21, 2023 03:06
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch from 9e4a743 to e6aba1f Compare August 28, 2023 04:43
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 2 times, most recently from 3d2032c to abbbbb6 Compare September 8, 2023 07:17
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 2 times, most recently from cb57073 to 4cd5213 Compare September 12, 2023 19:57
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 2 times, most recently from 16735fb to fc0dba9 Compare September 15, 2023 12:24
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 6 times, most recently from c36d618 to 871fec1 Compare September 25, 2023 18:28
@renovate renovate bot force-pushed the renovate/flask-babel-3.x branch 4 times, most recently from e593d68 to aa72e97 Compare October 9, 2023 03:21
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@abompard abompard closed this Oct 13, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/flask-babel-3.x branch October 13, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant