From bf54f339b58c7d52ec8d43ecebe790897a2c3094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:25:15 +0000 Subject: [PATCH] chore: bump the python-dependencies group with 5 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [typer](https://github.com/fastapi/typer), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `fastapi` to 0.136.1 - [Commits](https://github.com/fastapi/fastapi/compare/0.136.0...0.136.1) Updates `typer` to 0.25.0 - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.24.1...0.25.0) Updates `pre-commit` to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) Updates `ruff` to 0.15.12 - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.11...0.15.12) Updates `mypy` to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9e3f91..5fe84c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.136.0", + "fastapi[standard]>=0.136.1", "starlette>=1.0.0", "pydantic[email]>=2.13.3", "pydantic-core>=2.46.3", @@ -22,7 +22,7 @@ dependencies = [ "sqlalchemy[asyncio]>=2.0.49", "alembic>=1.18.4", "asyncpg>=0.31.0", - "typer>=0.24.1", + "typer>=0.25.0", "rich>=15.0.0", "httpx>=0.28.1", "argon2-cffi>=25.1.0", @@ -51,10 +51,10 @@ test = [ ] dev = [ - "pre-commit>=4.5.1", + "pre-commit>=4.6.0", "deptry>=0.25.1", - "ruff>=0.15.11", - "mypy>=1.20.1", + "ruff>=0.15.12", + "mypy>=1.20.2", # Note: pydantic[dotenv] is usually redundant if you have python-dotenv or pydantic-settings, # but kept here to match your original request. # "pydantic[dotenv]>=2.13.3",