aboutsummaryrefslogtreecommitdiff
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
parent5d258a14f09f16b40f9007755b07ce123b524dd8 (diff)
downloadhutch-stats-5def851cf8ce655ca94c15961e9e337752ad8fa1.tar.gz
hutch-stats-5def851cf8ce655ca94c15961e9e337752ad8fa1.tar.bz2
hutch-stats-5def851cf8ce655ca94c15961e9e337752ad8fa1.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]>
-rw-r--r--pyproject.toml2
-rw-r--r--uv.lock8
2 files changed, 5 insertions, 5 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",
diff --git a/uv.lock b/uv.lock
index 61f83db..5ca637f 100644
--- a/uv.lock
+++ b/uv.lock
@@ -91,7 +91,7 @@ wheels = [
[[package]]
name = "fastapi"
-version = "0.139.2"
+version = "0.141.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@@ -100,9 +100,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/cd/95/d3f0ae10836324a2eab98a52b61210ac609f08200bf4bb0dc8132d32f78a/fastapi-0.139.2.tar.gz", hash = "sha256:333145a6891e9b5b3cfceb69baf817e8240cde4d4588ae5a10bf56ffacb6255e", size = 423428, upload-time = "2026-07-16T15:06:17.912Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/8a/02/91e3416a8fdd715abb903a952a6bec7cdd8d14eed55d415fc8595524c319/fastapi-0.141.1.tar.gz", hash = "sha256:e8822fc40db1e1858054d7a949a888695bc9bdce70139178e33bd2871a453ca1", size = 425799, upload-time = "2026-07-29T17:18:05.568Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/5f/c7/cb03251d9dfb177246a9809a76f189d21df32dbd4a845951881d11323b7f/fastapi-0.139.2-py3-none-any.whl", hash = "sha256:b9ad015a835173d59865e2f5d8296fbc2b317bf56a2ba1a5bfbdd03de2fd4b1c", size = 130234, upload-time = "2026-07-16T15:06:19.557Z" },
+ { url = "https://files.pythonhosted.org/packages/cb/03/10388a42375ee7e4ac9b94eb2c5c569c8b5795e377e701c9ac3ad63de890/fastapi-0.141.1-py3-none-any.whl", hash = "sha256:bfb91aa2d334c61cb35ba9a116fc123b3d3df31640b801cf57a7a78ec3f603b3", size = 131954, upload-time = "2026-07-29T17:18:04.364Z" },
]
[[package]]
@@ -575,7 +575,7 @@ dev = [
requires-dist = [
{ name = "alembic", specifier = ">=1.13,<2.0" },
{ name = "apscheduler", specifier = ">=3.11.3,<4.0" },
- { name = "fastapi", specifier = ">=0.115,<1.0" },
+ { name = "fastapi", specifier = ">=0.141.1,<1.0" },
{ name = "httpx", specifier = ">=0.27,<1.0" },
{ name = "pydantic", specifier = ">=2.13.4,<3.0" },
{ name = "pydantic-settings", specifier = ">=2.3,<3.0" },