Skip to content

chore(deps): update dependency flask-babel to v3

Jednotné přihlášení test requested to merge renovate/flask-babel-3.x into main

This MR contains the following updates:

Package Update Change
Flask-Babel major ~=2.0 -> ~=3.1

Release Notes

python-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 - 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 MR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by Jednotné přihlášení test

Merge request reports