From a9ae51f1ab7db9dcd034a765e0e446ba117971d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:52:51 +0000 Subject: [PATCH] Bump fastapi[all] from 0.100.1 to 0.103.1 Bumps [fastapi[all]](https://github.com/tiangolo/fastapi) from 0.100.1 to 0.103.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.100.1...0.103.1) --- updated-dependencies: - dependency-name: fastapi[all] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e032f..d3d3cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ annotated-types==0.5.0 # via pydantic anyio==3.7.1 # via + # fastapi # httpcore # starlette # watchfiles @@ -59,7 +60,7 @@ exceptiongroup==1.1.2 # via # anyio # pytest -fastapi[all]==0.100.1 +fastapi[all]==0.103.1 # via # -r requirements.in # fastapi-cache2