diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-02 14:15:06 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-02 14:15:06 +0100 |
commit | 32ab500eb04cce7284c7a241cea62025289f52fe (patch) | |
tree | 5b1f70eeee06599152f98a890fbe13eaa8d1903e | |
parent | e124f2d66066346faa185931875afbb5478b48a3 (diff) |
Bump werkzeug to 3.0.1
* see #29
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-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 cd38ff32a..e223ddccf 100644 --- a/examples/py-flow-dashboard/requirements.txt +++ b/examples/py-flow-dashboard/requirements.txt @@ -1,3 +1,3 @@ dash dash_daq -Werkzeug==2.2.3 +Werkzeug==3.0.1 |