Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/celery.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependencies used by the CeleryLongCallbackManager
redis>=3.5.3,<=5.0.4
kombu<5.4.0
celery[redis]>=5.1.2,<5.4.0
redis>=3.5.3,<=8.1.0
kombu<5.7.0
celery[redis]>=5.1.2,<5.7.0
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Dependencies used by CI on github.com/plotly/dash
black==22.3.0
flake8==7.0.0
flake8==7.3.0
flaky==3.8.1
flask-talisman==1.0.0
flask-talisman==1.1.0
ipython<9.0.0
mimesis<=11.1.0
mock==4.0.3
numpy<=1.26.3
mimesis<=21.0.0
mock==5.2.0
numpy<=2.2.6
orjson>=3.10.11
openpyxl
pandas>=1.4.0
Expand All @@ -20,5 +20,5 @@ xlrd>=2.0.1
pytest-rerunfailures
pytest-timeout
jupyterlab<4.0.0
pyright==1.1.398;python_version>="3.7"
pyright==1.1.411;python_version>="3.7"
mypy==1.15.0;python_version>="3.12"
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lxml>=4.6.2
percy-python-selenium>=1.0.0
pytest>=6.0.2
requests[security]>=2.21.0
selenium>=4.11.0,<=4.46.0
selenium>=4.11.0,<=4.47.0
waitress>=1.4.4
multiprocess>=0.70.12
psutil>=5.8.0
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/callbacks/test_wildcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,6 @@ def update_output_on_page_pattern(value):


def test_cbwc005_callbacks_count(dash_duo):
global fibonacci_count
global fibonacci_sum_count

app = fibonacci_app(False)
dash_duo.start_server(app)

Expand Down
Loading