From cc28f87843588420c58dc6ba310a069b8012afc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:13:57 +0000 Subject: [PATCH] Bump the minor-and-patch group in /api with 8 updates Bumps the minor-and-patch group in /api with 8 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.17.2` | `1.18.4` | | [psutil](https://github.com/giampaolo/psutil) | `7.0.0` | `7.2.2` | | [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.49` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.0.5` | `1.2.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.6` | `3.1.8` | | [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.25.1` | `1.25.3` | | [azure-mgmt-network](https://github.com/Azure/azure-sdk-for-python) | `30.1.0` | `30.2.0` | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.28.0` | `12.29.0` | Updates `alembic` from 1.17.2 to 1.18.4 - [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 `psutil` from 7.0.0 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v7.0.0...v7.2.2) Updates `sqlalchemy[asyncio]` from 2.0.40 to 2.0.49 - [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 `watchfiles` from 1.0.5 to 1.2.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v1.0.5...v1.2.0) Updates `werkzeug` from 3.1.6 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.6...3.1.8) Updates `azure-identity` from 1.25.1 to 1.25.3 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.1...azure-identity_1.25.3) Updates `azure-mgmt-network` from 30.1.0 to 30.2.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-network_30.1.0...azure-mgmt-network_30.2.0) Updates `azure-storage-blob` from 12.28.0 to 12.29.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.28.0...azure-storage-blob_12.29.0) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: sqlalchemy[asyncio] dependency-version: 2.0.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: watchfiles dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: azure-identity dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: azure-mgmt-network dependency-version: 30.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: azure-storage-blob dependency-version: 12.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index d06aa58a71..0efa42630b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -13,30 +13,30 @@ dependencies = [ "aiosqlite==0.20.0", "aiofiles==25.1.0", "asyncpg==0.30.0", - "alembic==1.17.2", + "alembic==1.18.4", "boto3==1.40.70", "datasets==3.6.0", "fastapi==0.125.0", "fastapi-users[sqlalchemy,oauth]==15.0.5", "httpx-oauth==0.16.1", "packaging==26.2", - "psutil==7.0.0", + "psutil==7.2.2", "pydantic>=2.13.4,<3.0", "python-dotenv==1.2.2", "python-multipart==0.0.27", - "sqlalchemy[asyncio]==2.0.40", + "sqlalchemy[asyncio]==2.0.49", "transformerlab==0.1.40", "transformerlab-inference==0.2.52", "uvicorn==0.35.0", - "watchfiles==1.0.5", - "werkzeug==3.1.6", + "watchfiles==1.2.0", + "werkzeug==3.1.8", "google-cloud-storage==3.10.1", - "azure-identity==1.25.1", + "azure-identity==1.25.3", "azure-mgmt-compute==38.0.0", - "azure-mgmt-network==30.1.0", + "azure-mgmt-network==30.2.0", "azure-mgmt-resource==24.0.0", "azure-mgmt-authorization==4.0.0", - "azure-storage-blob==12.28.0", + "azure-storage-blob==12.29.0", "cashews==7.5.0", "paramiko==5.0.0", ]