From 581589db53e6876412c646b89fc53791e7858ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:13:47 +0000 Subject: [PATCH] Bump fastapi from 0.135.1 to 0.135.3 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.1 to 0.135.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.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 c2e1fd5..c85c865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "cacheout==0.16.0", "docker==7.1.0", "docker-image-py==0.1.13", - "fastapi[standard]==0.135.1", + "fastapi[standard]==0.135.3", "htcondor==25.0.6", "jinja-cli==1.2.2", "kbase-auth-client==0.1.2",