Skip to content

Commit b1a55ad

Browse files
committed
update werkzeug
1 parent 6100f42 commit b1a55ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,6 @@ THIS IS THE LAST RELEASE BY CURRENT MAINTAINER, IF YOU WANNA TAKE OVER: MAIL joh
202202

203203
re publish project, new energy
204204

205+
### 13.0.1 (2023-04-08)
206+
207+
- upgrade werkzeug to >= 2.2.3

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lambdarest"
7-
version = "13.0.0"
7+
version = "13.0.1"
88
description = "flask like web framework for AWS Lambda"
99
authors = [{ name = "Johannes Valbjørn", email = "[email protected]" }]
1010
license = { file = "LICENSE" }
@@ -23,7 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"jsonschema >= 4.4.0",
2525
"strict_rfc3339 >= 0.7",
26-
"werkzeug >= 2.0.0",
26+
"werkzeug >= 2.2.3",
2727
]
2828
requires-python = ">=3.7"
2929

0 commit comments

Comments
 (0)