pytest-asyncio>=1.4.0
pytest-cov>=7.1.0
pytest>=9.1.1
python-dotenv>=1.2.3
aioresponses>=0.7.9
# aioresponses 0.7.9 does not support aiohttp 3.14 yet (it constructs
# ClientResponse without the new required stream_writer argument), so the
# test environment stays on 3.13. The runtime dependency allows 3.14.
aiohttp<3.14
