From e40e0d3b21e3fc79d2248f37b2cff48d176020b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:55:41 +0000 Subject: [PATCH] chore: bump the python-dependencies group with 2 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `fastapi` to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.2...0.139.0) Updates `coverage` to 7.15.0 - [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.14.3...7.15.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d6eee9..b1988b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.138.2", + "fastapi[standard]>=0.139.0", "starlette>=1.3.1", "pydantic[email]>=2.13.4", "pydantic-core>=2.46.4", @@ -45,7 +45,7 @@ test = [ "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.14.3", + "coverage[toml]>=7.15.0", "polyfactory>=3.3.0", "time-machine>=3.2.0", ]