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
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aiohttp>=3.3,<4.0
# i.e. CI exercised a different websockets implementation than the server
# actually uses, on the exact axis where they diverge. Bump both together,
# deliberately, not one as a side effect.
websockets>=10.0,<14.0
websockets>=16.1.1,<17.0
psutil
cbor2>=5.4.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attrs
plyvel
pylru
aiohttp>=3.3,<4.0
websockets>=10.0,<14.0
websockets>=16.1.1,<17.0
psutil
python-rocksdb<=0.7.0
cbor2>=5.4.0
Expand Down
Loading