- Add pytest-asyncio to dev-reqs.txt for async test support
- Fix ruff formatting issues in symbol_router.py
- Fix ruff formatting issues in D_info.py and T_info.py
- Remove unused imports from test files (fixed by ruff --fix)
- Minor code style fixes in bot files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change logging.error to logging.debug for response headers in MarketData.get()
- Fix MarketData.status() to check its own API instead of CoinGecko uptime monitor
- Fix f-string bug in cg_Crypto.cap_reply (market cap was not interpolated)
- Add exponential backoff with max 3 retries for CoinGecko 429 errors
- Fix formatting issues in cg_Crypto (quote consistency, spacing)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update python-telegram-bot from 20.6 to 21.11.1 (latest 21.x)
- Update pandas to 3.0.1, requests to 2.32.5, cachetools to 7.0.1
- Update humanize to 4.15.0, markdownify to 1.2.2, schedule to 1.2.2
- Update mplfinance to 0.12.10a7, ruff to 0.15.2
- Add pytest 9.0.2 to dev requirements
- Update Dockerfiles to Python 3.12-bookworm/slim
- Enable ruff linting in GitLab CI with updated Python 3.12 image