From b9679103b68ee6bfbfde7dc157af8a5d498123f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:06:25 +0000 Subject: [PATCH] chore(deps): Bump the infrastructure-critical group across 1 directory with 6 updates Bumps the infrastructure-critical group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.51` | `2.0.52` | | [psycopg](https://github.com/psycopg/psycopg) | `3.3.4` | `3.3.5` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.19.0` | `1.20.0` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.9.0` | `1.9.1` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.13.0` | `2.14.0` | | [cryptography](https://github.com/pyca/cryptography) | `50.0.0` | `50.0.1` | Updates `sqlalchemy` from 2.0.51 to 2.0.52 - [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 `psycopg` from 3.3.4 to 3.3.5 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.4...3.3.5) Updates `alembic` from 1.19.0 to 1.20.0 - [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 `scikit-learn` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.9.0...1.9.1) Updates `pyjwt` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.13.0...2.14.0) Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infrastructure-critical - dependency-name: psycopg dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infrastructure-critical - dependency-name: alembic dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure-critical - dependency-name: scikit-learn dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infrastructure-critical - dependency-name: pyjwt dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure-critical - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infrastructure-critical ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a160f94..661559c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,17 +1,17 @@ fastapi[all]==0.141.1 -sqlalchemy==2.0.51 -psycopg[binary]==3.3.4 -alembic==1.19.0 +sqlalchemy==2.0.52 +psycopg[binary]==3.3.5 +alembic==1.20.0 pandas==2.3.3 sentence-transformers>=5.0.0 -scikit-learn==1.9.0 +scikit-learn==1.9.1 qdrant-client==1.19.0 redis==4.6.0 orjson>=3.11.9 pillow>=12.3.0 -PyJWT==2.13.0 -cryptography==50.0.0 +PyJWT==2.14.0 +cryptography==50.0.1 pydantic[email]==2.13.4 pydantic-settings==2.14.2 # GHSA-4xgf-cpjx-pc3j pytest==9.0.3