From 1e52b2c873184f0d8bd6ba791350adbf214ff99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:30:42 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 4 updates Bumps the minor-and-patch group with 4 updates in the /api directory: [alembic](https://github.com/sqlalchemy/alembic), [matplotlib](https://github.com/matplotlib/matplotlib), [nebius](https://github.com/nebius/api) and [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy). Updates `alembic` from 1.18.4 to 1.18.5 - [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 `matplotlib` from 3.10.9 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.9...v3.11.0) Updates `nebius` from 0.3.83 to 0.3.90 - [Commits](https://github.com/nebius/api/commits) Updates `sqlalchemy[asyncio]` from 2.0.50 to 2.0.51 - [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) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: nebius dependency-version: 0.3.86 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sqlalchemy[asyncio] dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index ea4df7bd6..0dab212c6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -13,20 +13,20 @@ dependencies = [ "aiosqlite==0.20.0", "aiofiles==25.1.0", "asyncpg==0.30.0", - "alembic==1.18.4", + "alembic==1.18.5", "boto3==1.40.70", "datasets==3.6.0", "fastapi==0.125.0", "fastapi-users[sqlalchemy,oauth]==15.0.5", "httpx-oauth==0.16.1", - "matplotlib==3.10.9", - "nebius==0.3.83", + "matplotlib==3.11.0", + "nebius==0.3.90", "packaging==26.2", "psutil==7.2.2", "pydantic>=2.13.4,<3.0", "python-dotenv==1.2.2", "python-multipart==0.0.32", - "sqlalchemy[asyncio]==2.0.50", + "sqlalchemy[asyncio]==2.0.51", "transformerlab==0.1.44", "transformerlab-inference==0.2.52", "uvicorn==0.35.0",