Skip to content

Commit 26a4c44

Browse files
bump numpy, orjson, pyzmq, flake8 and pylint for 3.12 suppport
1 parent 8b66645 commit 26a4c44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

requires-ci.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,25 @@ black==22.3.0;python_version>="3.7"
33
black==21.6b0;python_version<"3.7"
44
dash-flow-example==0.0.5
55
dash-dangerously-set-inner-html
6-
flake8==3.9.2
6+
flake8==7.0.0
77
flaky==3.7.0
88
flask-talisman==1.0.0
99
isort==4.3.21;python_version<"3.7"
1010
mimesis<=11.1.0
1111
mock==4.0.3
12-
numpy<=1.25.2
12+
numpy<=1.26.3
1313
orjson==3.5.4;python_version<"3.7"
14-
orjson==3.6.7;python_version>="3.7"
14+
orjson==3.9.12;python_version>="3.7"
1515
openpyxl;python_version>="3.8"
1616
pandas>=1.4.0;python_version>="3.8"
1717
pandas==1.1.5;python_version<"3.8"
1818
preconditions
1919
pyarrow<3;python_version<"3.7"
2020
pyarrow;python_version>="3.7"
21-
pylint==2.13.5
21+
pylint==3.0.3
2222
pytest-mock
2323
pytest-sugar==0.9.6
24+
pyzmq==25.1.2
2425
xlrd>=2.0.1;python_version>="3.8"
2526
xlrd<2;python_version<"3.8"
2627
pytest-rerunfailures

0 commit comments

Comments
 (0)