# Test dependencies for Masto-RSS bot # Updated to latest versions (2025-12-12) # Install with: pip install -r requirements-test.txt # Base requirements -r requirements.txt # Testing framework pytest==9.0.2 pytest-cov==6.0.0 pytest-mock==3.14.0 # Code quality ruff==0.1.6 mypy==1.19.0 # Coverage reporting coverage==7.6.12