From 5def851cf8ce655ca94c15961e9e337752ad8fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 06:34:40 +0000 Subject: chore(deps): bump fastapi from 0.139.2 to 0.141.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.2 to 0.141.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5ef3358..369ad82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "SourceHut contribution calendar API built with FastAPI" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastapi>=0.115,<1.0", + "fastapi>=0.141.1,<1.0", "uvicorn[standard]>=0.30,<1.0", "httpx>=0.27,<1.0", "sqlalchemy>=2.0,<3.0", -- cgit v1.2.3