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

chore(deps): bump aiohttp from 3.13.4 to 3.14.0 in /PROJECTS/intermediate/api-security-scanner/backend
This commit is contained in:
Carter Perez 2026-06-03 21:11:25 -04:00 committed by GitHub
commit 6cc6e4c197
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.4",
"aiohttp==3.14.0",
# Settings management
"pydantic==2.12.5",
"pydantic-settings==2.12.0",