bump minimum versions of dependencies
This commit is contained in:
parent
49c48a0b31
commit
9508c57faa
@ -6,6 +6,8 @@ Version 3.2.0
|
||||
Unreleased
|
||||
|
||||
- Drop support for Python 3.7, 3.8, and 3.9.
|
||||
- Update minimum MarkupSafe version to >= 3.0.
|
||||
- Update minimum Babel version to >= 2.17.
|
||||
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
|
||||
:pr:`1793`
|
||||
- Use ``flit_core`` instead of ``setuptools`` as build backend.
|
||||
|
||||
@ -16,9 +16,7 @@ classifiers = [
|
||||
"Typing :: Typed",
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"MarkupSafe>=2.0"
|
||||
]
|
||||
dependencies = ["MarkupSafe>=3.0"]
|
||||
dynamic = ["version"]
|
||||
|
||||
[project.urls]
|
||||
@ -29,7 +27,7 @@ Source = "https://github.com/pallets/jinja/"
|
||||
Chat = "https://discord.gg/pallets"
|
||||
|
||||
[project.optional-dependencies]
|
||||
i18n = ["Babel>=2.7"]
|
||||
i18n = ["Babel>=2.17"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
||||
4
uv.lock
generated
4
uv.lock
generated
@ -358,8 +358,8 @@ typing = [
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "babel", marker = "extra == 'i18n'", specifier = ">=2.7" },
|
||||
{ name = "markupsafe", specifier = ">=2.0" },
|
||||
{ name = "babel", marker = "extra == 'i18n'", specifier = ">=2.17" },
|
||||
{ name = "markupsafe", specifier = ">=3.0" },
|
||||
]
|
||||
provides-extras = ["i18n"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user