Skip to content

Commit c8c2095

Browse files
committed
upgrade Python CI deps
1 parent a450eb9 commit c8c2095

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

requires-ci.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
# Dependencies used by CI on github.com/plotly/dash
22
black==22.3.0
3-
click==8.1.2
43
dash-flow-example==0.0.5
54
dash-dangerously-set-inner-html
65
flake8==3.9.2
76
flaky==3.7.0
8-
flask-talisman==0.8.1
7+
flask-talisman==1.0.0
98
isort==4.3.21;python_version<"3.7"
109
mimesis
1110
mock==4.0.3
1211
numpy
1312
orjson==3.5.4;python_version<"3.7"
14-
orjson==3.6.3;python_version>="3.7"
13+
orjson==3.6.7;python_version>="3.7"
1514
openpyxl;python_version>="3.8"
1615
pandas>=1.4.0;python_version>="3.8"
1716
pandas==1.1.5;python_version<"3.8"
1817
preconditions
1918
pyarrow<3;python_version<"3.7"
2019
pyarrow;python_version>="3.7"
21-
pylint==2.10.2
22-
pytest-mock==3.2.0
20+
pylint==2.13.5
21+
pytest-mock
2322
pytest-sugar==0.9.4
2423
xlrd>=2.0.1;python_version>="3.8"
2524
xlrd<2;python_version<"3.8"

0 commit comments

Comments
 (0)