Skip to content

Commit 5854c3b

Browse files
Bump werkzeug from 1.0.1 to 2.2.3 in /examples/yoti_example_flask
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fe15da commit 5854c3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: examples/yoti_example_flask/requirements.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jinja2==3.0.3
3838
# via
3939
# -r requirements.in
4040
# flask
41-
markupsafe==2.0.1
42-
# via jinja2
41+
markupsafe==2.1.2
42+
# via
43+
# jinja2
44+
# werkzeug
4345
protobuf==3.6.0
4446
# via yoti
4547
pycparser==2.18
@@ -66,7 +68,7 @@ urllib3==1.24.2
6668
# via
6769
# -r requirements.in
6870
# requests
69-
werkzeug==1.0.1
71+
werkzeug==2.2.3
7072
# via
7173
# -r requirements.in
7274
# flask

0 commit comments

Comments
 (0)