Skip to content

Commit c0cc4db

Browse files
authored
Merge pull request #3972 from plotly/fix/dev-ci-py39-flake8
Fix dev CI after the pip dependency bump
2 parents 731afc9 + c2ef59b commit c0cc4db

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎components/dash-table/tests/selenium/test_empty.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ def clear_table(n_clicks):
2828
if n_clicks is None:
2929
raise PreventUpdate
3030

31-
nonlocal columns, data
32-
3331
return (data, columns) if n_clicks % 2 == 0 else (None, None)
3432

3533
return app

‎requirements/ci.txt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ flake8==7.3.0
44
flaky==3.8.1
55
flask-talisman==1.1.0
66
ipython<9.0.0
7-
mimesis<=21.0.0
7+
mimesis<=12.0.0; python_version < "3.10"
8+
mimesis<=21.0.0; python_version >= "3.10"
89
mock==5.2.0
910
numpy<=2.2.6
1011
orjson>=3.10.11

0 commit comments

Comments
 (0)