From 58f16692699d06a273a4bac7f63a65b916702014 Mon Sep 17 00:00:00 2001 From: Gary Burns <37640177+gaburn@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:54:27 +0000 Subject: [PATCH] bumping Werkzeug version to 3.0.3 --- CHANGES.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bffdbdce..9849f850 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +Version 3.1.1 +------------- + +- Require Werkzeug >= 3.0.3. + Version 3.1.0 ------------- diff --git a/pyproject.toml b/pyproject.toml index 64d51c32..47aaa557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "Werkzeug>=3.0.0", + "Werkzeug>=3.0.3", "Jinja2>=3.1.2", "itsdangerous>=2.1.2", "click>=8.1.3",