Add security fixes, testing infrastructure, and CI/CD improvements

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-06 21:55:19 +00:00
parent 4607544c31
commit f0f48b39a9
12 changed files with 817 additions and 18 deletions
+25
View File
@@ -1 +1,26 @@
# Development and testing dependencies
-r requirements.txt
# Testing
pytest>=8.0.0
pytest-cov>=4.1.0
pytest-asyncio>=0.23.0
pytest-mock>=3.12.0
httpx>=0.26.0 # For async test client
# Code quality
flake8>=7.0.0
black>=24.0.0
mypy>=1.8.0
pylint>=3.0.0
isort>=5.13.0
# Security scanning
bandit>=1.7.6
safety>=3.0.0
# Pre-commit hooks
pre-commit>=3.6.0
# License compliance
pip-licenses==5.0.0 # For license compliance checking