From cbac0179767b6f44cf6c2f2e20e767640bb2a0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:57:38 +0000 Subject: [PATCH] chore(deps-dev): bump fastapi from 0.139.0 to 0.140.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.0 to 0.140.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d66b21d..cbd28a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", "ruff==0.15.21", - "fastapi==0.139.0", + "fastapi==0.140.0", "sqlalchemy==2.0.51" ]