diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-16 03:57:51 +0000 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2023-02-16 17:43:31 +0100 |
commit | 595bd5c5e352d9af7044bcc3fd64e932ddec0fc1 (patch) | |
tree | 4cb23ddd1efde9166536e3ce3a11695c81867596 /examples/py-flow-dashboard | |
parent | 4236aafa0dc68caeea85c785c83524ecb2b87783 (diff) |
Bump werkzeug from 2.0 to 2.2.3 in /examples/py-flow-dashboard
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.0...2.2.3)
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'examples/py-flow-dashboard')
-rw-r--r-- | examples/py-flow-dashboard/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py-flow-dashboard/requirements.txt b/examples/py-flow-dashboard/requirements.txt index 6960557d9..cd38ff32a 100644 --- a/examples/py-flow-dashboard/requirements.txt +++ b/examples/py-flow-dashboard/requirements.txt @@ -1,3 +1,3 @@ dash dash_daq -Werkzeug==2.0 +Werkzeug==2.2.3 |