From 9bde21aaac70056df8bf99870b2b7839cf69bf3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:03:21 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.123.9 to 0.124.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.123.9 to 0.124.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.123.9...0.124.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.124.0 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(-) diff --git a/pyproject.toml b/pyproject.toml index 096b131..8cabcb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "argon2-cffi==25.1.0", "bencodepy==0.9.5", "croniter==6.0.0", - "fastapi==0.123.9", + "fastapi==0.124.0", "GitPython==3.1.45", "humanize==4.13.0", "pytimeparse2==1.7.1",