Merge pull request #43 from CarterPerez-dev/dependabot/pip/PROJECTS/api-security-scanner/backend/python-dependencies-9d9028457a

build(deps): bump the python-dependencies group in /PROJECTS/api-security-scanner/backend with 3 updates
This commit is contained in:
Carter Perez 2026-01-23 15:45:27 -05:00 committed by GitHub
commit b4de99fb3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ dependencies = [
"uvicorn[standard]==0.40.0", "uvicorn[standard]==0.40.0",
"python-multipart===0.0.21", "python-multipart===0.0.21",
# Database # Database
"sqlalchemy==2.0.45", "sqlalchemy==2.0.46",
"psycopg2-binary==2.9.11", "psycopg2-binary==2.9.11",
"alembic==1.18.1", "alembic==1.18.1",
# Security # Security
@ -39,9 +39,9 @@ dev = [
"pylint==4.0.4", "pylint==4.0.4",
"pre-commit==4.5.1", "pre-commit==4.5.1",
"pip-audit==2.10.0", "pip-audit==2.10.0",
"ruff==0.14.13", "ruff==0.14.14",
"mypy==1.19.1", "mypy==1.19.1",
"bandit[toml]==1.9.2", "bandit[toml]==1.9.3",
"yapf==0.43.0", "yapf==0.43.0",
"pylint-pydantic==0.4.1", "pylint-pydantic==0.4.1",
"pylint-per-file-ignores==3.2.0", "pylint-per-file-ignores==3.2.0",