update minimum requirements

This commit is contained in:
David Lord 2023-04-25 12:27:06 -06:00
parent 73739a29f4
commit 79ebf6c39c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 16 additions and 14 deletions

View file

@ -4,6 +4,8 @@ Version 2.3.0
Unreleased
- Drop support for Python 3.7. :pr:`5072`
- Update minimum requirements to the latest versions: Werkzeug>=2.3.0, Jinja2>3.1.2,
itsdangerous>=2.1.2, click>=8.1.3.
- Remove previously deprecated code. :pr:`4995`
- The ``push`` and ``pop`` methods of the deprecated ``_app_ctx_stack`` and