Merge pull request #143 from CarterPerez-dev/dependabot/pip/PROJECTS/intermediate/api-security-scanner/backend/aiohttp-3.13.4

chore(deps): bump aiohttp from 3.13.3 to 3.13.4 in /PROJECTS/intermediate/api-security-scanner/backend
This commit is contained in:
Carter Perez 2026-04-04 18:16:35 -04:00 committed by GitHub
commit fa729e6d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ dependencies = [
# HTTP client for scanners
"requests==2.32.5",
"httpx==0.28.1",
"aiohttp==3.13.3",
"aiohttp==3.13.4",
# Settings management
"pydantic==2.12.5",
"pydantic-settings==2.12.0",