diff --git a/examples/third_party/plotly/funnel_chart.py b/examples/third_party/plotly/funnel_chart.py index ee9d7dc0156..af6f59140c2 100644 --- a/examples/third_party/plotly/funnel_chart.py +++ b/examples/third_party/plotly/funnel_chart.py @@ -2,8 +2,8 @@ # requires-python = ">=3.10" # dependencies = [ # "marimo", -# "pandas==2.3.0", -# "plotly==6.0.1", +# "pandas==2.3.3", +# "plotly==6.5.1", # ] # ///