-rrequirements.txt

pytest==8.4.2; python_version == '3.9'  # version 8.4.2 is the last one supporting Python 3.9
pytest==9.0.2; python_version >= '3.10'
flake8==7.3.0
pytest-timeout==2.4.0
pytest-aiohttp==1.1.0
