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:
commit
b4de99fb3b
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue