Skip to content

Commit 9515554

Browse files
authored
fix(ci-requirements): fix versions for ci-requirements.txt (ccxt#25228)
1 parent 683750e commit 9515554

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

ci-requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
setuptools
2-
certifi
3-
requests
4-
cryptography
5-
typing_extensions
6-
aiohttp
7-
aiodns
8-
yarl
9-
ruff
10-
tox
1+
setuptools>=60.9.0
2+
certifi>=2018.1.18
3+
requests>=2.18.4
4+
cryptography>=2.6.1
5+
typing_extensions>=4.4.0
6+
aiohttp<=3.10.11
7+
aiodns>=1.1.1
8+
yarl>=1.7.2
9+
ruff==0.0.292
10+
tox>=4.8.0
11+
mypy==1.6.1
1112
pyopenssl
12-
psutil
13+
psutil

0 commit comments

Comments
 (0)