Skip to content

Commit 399213d

Browse files
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](matplotlib/matplotlib@v3.10.9...v3.11.0) Updates `nebius` from 0.3.83 to 0.3.86 - [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] <support@github.com>
1 parent 836658a commit 399213d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

api/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ dependencies = [
1313
"aiosqlite==0.20.0",
1414
"aiofiles==25.1.0",
1515
"asyncpg==0.30.0",
16-
"alembic==1.18.4",
16+
"alembic==1.18.5",
1717
"boto3==1.40.70",
1818
"datasets==3.6.0",
1919
"fastapi==0.125.0",
2020
"fastapi-users[sqlalchemy,oauth]==15.0.5",
2121
"httpx-oauth==0.16.1",
22-
"matplotlib==3.10.9",
23-
"nebius==0.3.83",
22+
"matplotlib==3.11.0",
23+
"nebius==0.3.86",
2424
"packaging==26.2",
2525
"psutil==7.2.2",
2626
"pydantic>=2.13.4,<3.0",
2727
"python-dotenv==1.2.2",
2828
"python-multipart==0.0.32",
29-
"sqlalchemy[asyncio]==2.0.50",
29+
"sqlalchemy[asyncio]==2.0.51",
3030
"transformerlab==0.1.44",
3131
"transformerlab-inference==0.2.52",
3232
"uvicorn==0.35.0",

0 commit comments

Comments
 (0)