From 46cd77c2f9f7fd9b4c93940364124569b8fa051f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:56:04 +0000 Subject: [PATCH] chore: bump the python-dependencies group with 4 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [typer](https://github.com/fastapi/typer), [coverage](https://github.com/coveragepy/coveragepy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `fastapi` to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.139.2) Updates `typer` to 0.27.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.26.8...0.27.0) Updates `coverage` to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.1...7.15.2) Updates `ruff` to 0.15.22 - [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.15.21...0.15.22) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: typer dependency-version: 0.27.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5448033..c83c734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.139.0", + "fastapi[standard]>=0.139.2", "starlette>=1.3.1", "pydantic[email]>=2.13.4", "pydantic-core>=2.46.4", @@ -22,7 +22,7 @@ dependencies = [ "sqlalchemy[asyncio]>=2.0.51", "alembic>=1.18.5", "asyncpg>=0.31.0", - "typer>=0.26.8", + "typer>=0.27.0", "rich>=15.0.0", "httpx>=0.28.1", "argon2-cffi>=25.1.0", @@ -45,7 +45,7 @@ test = [ "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.15.1", + "coverage[toml]>=7.15.2", "polyfactory>=3.3.0", "time-machine>=3.2.0", ] @@ -53,7 +53,7 @@ test = [ dev = [ "pre-commit>=4.6.0", "deptry>=0.25.1", - "ruff>=0.15.21", + "ruff>=0.15.22", "mypy>=2.3.0", "types-pyyaml>=6.0.12.20260518", # Note: pydantic[dotenv] is usually redundant if you have python-dotenv or pydantic-settings,