Bump the python-dependencies group

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.14.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-09 12:30:51 +00:00 committed by GitHub
parent e4db6ea359
commit 8dc33d32e7
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",