From 5a489bd836b933db3dc5b5f88f92b94cac6d94a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:11:10 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group Bumps the python-dependencies group in /PROJECTS/api-security-scanner/backend with 3 updates: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [ruff](https://github.com/astral-sh/ruff) and [bandit[toml]](https://github.com/PyCQA/bandit). Updates `sqlalchemy` from 2.0.45 to 2.0.46 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `ruff` from 0.14.13 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.13...0.14.14) Updates `bandit[toml]` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.2...1.9.3) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: bandit[toml] dependency-version: 1.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- PROJECTS/api-security-scanner/backend/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PROJECTS/api-security-scanner/backend/pyproject.toml b/PROJECTS/api-security-scanner/backend/pyproject.toml index 400e1906..1830d857 100644 --- a/PROJECTS/api-security-scanner/backend/pyproject.toml +++ b/PROJECTS/api-security-scanner/backend/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "uvicorn[standard]==0.40.0", "python-multipart===0.0.21", # Database - "sqlalchemy==2.0.45", + "sqlalchemy==2.0.46", "psycopg2-binary==2.9.11", "alembic==1.18.1", # Security @@ -39,9 +39,9 @@ dev = [ "pylint==4.0.4", "pre-commit==4.5.1", "pip-audit==2.10.0", - "ruff==0.14.13", + "ruff==0.14.14", "mypy==1.19.1", - "bandit[toml]==1.9.2", + "bandit[toml]==1.9.3", "yapf==0.43.0", "pylint-pydantic==0.4.1", "pylint-per-file-ignores==3.2.0",