From 3fafd4f66dc79b7742bd3195fecec1937f50672d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:18:06 +0000 Subject: [PATCH] Bump fastapi from 0.118.0 to 0.118.3 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.118.0 to 0.118.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.118.0...0.118.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.118.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09748d7e..277478c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "censys==2.2.18", "certifi==2025.10.5", "dnspython==2.8.0", - "fastapi==0.118.0", + "fastapi==0.118.3", "lxml==6.0.2", "netaddr==1.3.0", "playwright==1.55.0",