Skip to content
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

coveralls==4.0.1
ruff==0.8.4
mypy==1.14.0
mypy==1.14.1
pre-commit==4.0.1
pytest==8.3.4
pytest-asyncio==0.25.0
pytest-asyncio==0.25.1
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-random-order==1.1.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ bottleneck==1.4.2
numexpr==2.10.2
pandas-ta==0.3.14b

ccxt==4.4.43
ccxt==4.4.46
cryptography==42.0.8; platform_machine == 'armv7l'
cryptography==44.0.0; platform_machine != 'armv7l'
aiohttp==3.10.11
SQLAlchemy==2.0.36
python-telegram-bot==21.9
python-telegram-bot==21.10
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
humanize==4.11.0
Expand Down
Loading