Merge pull request #31 from CarterPerez-dev/dependabot/pip/PROJECTS/api-security-scanner/backend/python-dependencies-30b0f26f9e

Bump the python-dependencies group in /PROJECTS/api-security-scanner/backend with 2 updates
This commit is contained in:
Carter Perez 2026-01-09 10:22:04 -05:00 committed by GitHub
commit c801a0be53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ dependencies = [
# HTTP client for scanners
"requests==2.32.5",
"httpx==0.28.1",
"aiohttp==3.13.2",
"aiohttp==3.13.3",
# Settings management
"pydantic==2.12.5",
"pydantic-settings==2.12.0",
@ -39,7 +39,7 @@ dev = [
"pylint==4.0.4",
"pre-commit==4.5.1",
"pip-audit==2.10.0",
"ruff==0.14.10",
"ruff==0.14.11",
"mypy==1.19.1",
"bandit[toml]==1.9.2",
"yapf==0.43.0",