diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-26 11:19:05 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-26 11:35:30 +0200 |
commit | 25944e2089d89830d630efae0e4c3042069f64f2 (patch) | |
tree | 29973ba92ace4789b2d9acfa913254404a175e3d /examples/py-flow-dashboard/requirements.txt | |
parent | 542379726789720c569d7130567068f40d03ac6f (diff) |
Fixed some SonarCloud issues
* fixed dependabot werkzeug (3.0.3 to 3.0.6)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/py-flow-dashboard/requirements.txt')
-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 1adede5dc..3793eba16 100644 --- a/examples/py-flow-dashboard/requirements.txt +++ b/examples/py-flow-dashboard/requirements.txt @@ -1,3 +1,3 @@ dash dash_daq -Werkzeug==3.0.3 +Werkzeug==3.0.6 |