There was an error while loading. Please reload this page.
2 parents 731afc9 + c2ef59b commit c0cc4dbCopy full SHA for c0cc4db
2 files changed
components/dash-table/tests/selenium/test_empty.py
@@ -28,8 +28,6 @@ def clear_table(n_clicks):
28
if n_clicks is None:
29
raise PreventUpdate
30
31
- nonlocal columns, data
32
-
33
return (data, columns) if n_clicks % 2 == 0 else (None, None)
34
35
return app
requirements/ci.txt
@@ -4,7 +4,8 @@ flake8==7.3.0
4
flaky==3.8.1
5
flask-talisman==1.1.0
6
ipython<9.0.0
7
-mimesis<=21.0.0
+mimesis<=12.0.0; python_version < "3.10"
8
+mimesis<=21.0.0; python_version >= "3.10"
9
mock==5.2.0
10
numpy<=2.2.6
11
orjson>=3.10.11
0 commit comments