From 571713f90537de6c5f63a0de8ae72b8811804d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:13:59 +0000 Subject: [PATCH] chore(deps): bump the backend-compatible group across 1 directory with 16 updates Bumps the backend-compatible group with 16 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.5` | `1.19.1` | | [cffi](https://github.com/python-cffi/cffi) | `2.1.0` | `2.1.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.4` | `3.5.5` | | [httpcore2](https://github.com/pydantic/httpx2) | `2.9.1` | `2.10.0` | | [httpx2](https://github.com/pydantic/httpx2) | `2.9.1` | `2.10.0` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.12` | `1.4.1` | | [packaging](https://github.com/pypa/packaging) | `26.2` | `26.3` | | [pwdlib](https://github.com/frankie567/pwdlib) | `0.3.0` | `0.3.1` | | [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.4` | `2.48.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.51` | `2.0.52` | | [sqlglot](https://github.com/tobymao/sqlglot) | `30.16.0` | `30.17.0` | | [starlette](https://github.com/Kludex/starlette) | `1.3.1` | `1.6.0` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.2` | `0.4.4` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.0` | `0.52.3` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.164.0` | `6.165.7` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.3` | Updates `alembic` from 1.18.5 to 1.19.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 `cffi` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1) Updates `greenlet` from 3.5.4 to 3.5.5 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.5.4...3.5.5) Updates `httpcore2` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Commits](https://github.com/pydantic/httpx2/compare/v2.9.1...v2.10.0) Updates `httpx2` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](https://github.com/pydantic/httpx2/compare/v2.9.1...v2.10.0) Updates `mako` from 1.3.12 to 1.4.1 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `packaging` from 26.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.2...26.3) Updates `pwdlib` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/frankie567/pwdlib/releases) - [Commits](https://github.com/frankie567/pwdlib/compare/v0.3.0...v0.3.1) Updates `pydantic-core` from 2.46.4 to 2.48.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/core-v2.46.4...core-v2.48.0) 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 `sqlglot` from 30.16.0 to 30.17.0 - [Commits](https://github.com/tobymao/sqlglot/compare/v30.16.0...v30.17.0) Updates `starlette` from 1.3.1 to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/1.3.1...1.6.0) Updates `typing-inspection` from 0.4.2 to 0.4.4 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.4) Updates `uvicorn` from 0.52.0 to 0.52.3 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.52.0...0.52.3) Updates `hypothesis` from 6.164.0 to 6.165.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.164.0...v6.165.7) Updates `ruff` from 0.16.1 to 0.16.3 - [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.16.1...0.16.3) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-compatible - dependency-name: greenlet dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-compatible - dependency-name: httpcore2 dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: httpx2 dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: mako dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: pwdlib dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-compatible - dependency-name: pydantic-core dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-compatible - dependency-name: sqlglot dependency-version: 30.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: typing-inspection dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-compatible - dependency-name: uvicorn dependency-version: 0.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-compatible - dependency-name: hypothesis dependency-version: 6.165.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backend-compatible - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-compatible ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 4 ++-- backend/requirements-lock.txt | 28 ++++++++++++++-------------- backend/requirements.txt | 12 ++++++------ 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 4576e80..8c841d0 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements-lock.txt -hypothesis==6.164.0 +hypothesis==6.165.7 pytest==9.1.1 pytest-cov==7.1.0 -ruff==0.16.1 +ruff==0.16.3 diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index 9e2f3c3..994d570 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -1,11 +1,11 @@ annotated-doc==0.0.5 -alembic==1.18.5 +alembic==1.19.1 annotated-types==0.8.0 anyio==4.14.2 argon2-cffi==25.1.0 argon2-cffi-bindings==25.1.0 certifi==2026.7.22 -cffi==2.1.0 +cffi==2.1.1 click==8.4.2 colorama==0.4.6 cryptography==50.0.0 @@ -13,28 +13,28 @@ distro==1.9.0 dnspython==2.8.0 email-validator==2.3.0 fastapi==0.141.1 -greenlet==3.5.4 +greenlet==3.5.5 h11==0.16.0 httpcore==1.0.9 -httpcore2==2.9.1 +httpcore2==2.10.0 httptools==0.8.0 httpx==0.28.1 -httpx2==2.9.1 +httpx2==2.10.0 idna==3.18 jiter==0.16.0 joblib==1.5.3 -Mako==1.3.12 +Mako==1.4.1 MarkupSafe==3.0.3 openai==2.51.0 narwhals==2.24.0 numpy==2.5.2 -packaging==26.2 +packaging==26.3 psycopg==3.3.4 psycopg-binary==3.3.4 -pwdlib==0.3.0 +pwdlib==0.3.1 pycparser==3.0 pydantic==2.13.4 -pydantic_core==2.46.4 +pydantic_core==2.48.0 Pygments==2.20.0 PyJWT==2.13.0 python-dotenv==1.2.2 @@ -42,15 +42,15 @@ PyYAML==6.0.3 sniffio==1.3.1 scikit-learn==1.9.0 scipy==1.18.0 -SQLAlchemy==2.0.51 -sqlglot==30.16.0 -starlette==1.3.1 +SQLAlchemy==2.0.52 +sqlglot==30.17.0 +starlette==1.6.0 threadpoolctl==3.6.0 tqdm==4.70.0 truststore==0.10.4 -typing-inspection==0.4.2 +typing-inspection==0.4.4 typing_extensions==4.16.0 tzdata==2026.3 -uvicorn==0.52.0 +uvicorn==0.52.3 watchfiles==1.2.0 websockets==16.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 0ac8cb8..f4b8dc0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,14 +1,14 @@ fastapi>=0.141.1 -uvicorn[standard]>=0.52.0 -SQLAlchemy>=2.0.41 -alembic>=1.18.5 +uvicorn[standard]>=0.52.3 +SQLAlchemy>=2.0.52 +alembic>=1.19.1 psycopg[binary]>=3.3.4 pydantic>=2.11.0 httpx>=0.28.0 -httpx2>=2.9.1 +httpx2>=2.10.0 PyJWT>=2.10.0 -pwdlib[argon2]>=0.3.0 +pwdlib[argon2]>=0.3.1 openai>=2.51.0 cryptography>=50.0.0 scikit-learn>=1.9.0 -sqlglot>=30.16.0 +sqlglot>=30.17.0