# Development and Testing Dependencies # Testing framework pytest==7.4.3 pytest-cov==4.1.0 pytest-asyncio==0.21.1 pytest-benchmark==4.0.0 # Mocking and fixtures pytest-mock==3.12.0 # Code quality ruff==0.1.7 black==23.11.0 isort==5.12.0 mypy==1.7.1 # Security bandit==1.7.5 # Load testing locust==2.18.3 # Type stubs types-requests==2.31.0.10