Skip to content

Commit

Permalink
Bump werkzeug from 1.0.1 to 2.2.3 in /examples/yoti_example_flask
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2023
1 parent e73b209 commit e411a05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/yoti_example_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jinja2==3.0.3
# via
# -r requirements.in
# flask
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
protobuf==3.6.0
# via yoti
pycparser==2.18
Expand All @@ -66,7 +68,7 @@ urllib3==1.24.2
# via
# -r requirements.in
# requests
werkzeug==1.0.1
werkzeug==2.2.3
# via
# -r requirements.in
# flask
Expand Down

0 comments on commit e411a05

Please sign in to comment.