From b250a7a9c9135166dc149cf0912ddcd0126ad2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 05:38:32 +0000 Subject: [PATCH] Bump fastapi[all] from 0.75.0 to 0.120.2 Bumps [fastapi[all]](https://github.com/fastapi/fastapi) from 0.75.0 to 0.120.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.75.0...0.120.2) --- updated-dependencies: - dependency-name: fastapi[all] dependency-version: 0.120.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b36828..2f68df9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires=[ 'python-gnupg == 0.5.0', 'plumbum == 1.7.2', - 'fastapi[all] == 0.75.0', + 'fastapi[all] == 0.120.2', 'fastapi-users[all] == 10.1.1', 'aiofiles == 22.1.0', 'pexpect == 4.8.0',