aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-08-02 06:34:40 +0000
committerGitHub <[email protected]>2026-08-02 06:34:40 +0000
commit5def851cf8ce655ca94c15961e9e337752ad8fa1 (patch)
treee542e637a19fd4e8682311a59b5206121d3b54cf /pyproject.toml
parent5d258a14f09f16b40f9007755b07ce123b524dd8 (diff)
downloadhutch-stats-dependabot/uv/fastapi-0.141.1.tar.gz
hutch-stats-dependabot/uv/fastapi-0.141.1.tar.bz2
hutch-stats-dependabot/uv/fastapi-0.141.1.zip
chore(deps): bump fastapi from 0.139.2 to 0.141.1dependabot/uv/fastapi-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] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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",