From a7aeea2d77faec8d545e3474a09d9611f9ca11a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 12:10:40 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group Bumps the python-dependencies group in /PROJECTS/api-security-scanner/backend with 2 updates: [alembic](https://github.com/sqlalchemy/alembic) and [ruff](https://github.com/astral-sh/ruff). Updates `alembic` from 1.17.2 to 1.18.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `ruff` from 0.14.11 to 0.14.13 - [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.11...0.14.13) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.13 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROJECTS/api-security-scanner/backend/pyproject.toml b/PROJECTS/api-security-scanner/backend/pyproject.toml index 9cdae449..400e1906 100644 --- a/PROJECTS/api-security-scanner/backend/pyproject.toml +++ b/PROJECTS/api-security-scanner/backend/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ # Database "sqlalchemy==2.0.45", "psycopg2-binary==2.9.11", - "alembic==1.17.2", + "alembic==1.18.1", # Security "slowapi==0.1.9", "python-jose[cryptography]==3.5.0", @@ -39,7 +39,7 @@ dev = [ "pylint==4.0.4", "pre-commit==4.5.1", "pip-audit==2.10.0", - "ruff==0.14.11", + "ruff==0.14.13", "mypy==1.19.1", "bandit[toml]==1.9.2", "yapf==0.43.0",