Skip to content

Commit 359144e

Browse files
authored
MNT: temporarily pin websockets <14 (#657)
1 parent 0fabc06 commit 359144e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"scipy>=1.8.1,<2.0.0",
2525
"rapidfuzz",
2626
"timple>=0.1.6",
27-
"websockets>=10.3",
27+
"websockets>=10.3,<14",
2828
]
2929

3030
[project.urls]

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ wheel
1616
xdoctest
1717
pre-commit
1818
requests>=2.28.1
19-
websockets>=10.3
19+
websockets>=10.3,<14
2020
seaborn
2121
plotly
2222
seaborn
23-
kaleido
23+
kaleido

0 commit comments

Comments
 (0)