From 1e0e2344146a51159bfa08ba40a06c0e0b54683b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:58:29 +0000 Subject: [PATCH] Bump fastapi from 0.95.2 to 0.101.1 in /micros Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.2 to 0.101.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.2...0.101.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- micros/ShortURL-main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micros/ShortURL-main/requirements.txt b/micros/ShortURL-main/requirements.txt index a129333..9a1b078 100644 --- a/micros/ShortURL-main/requirements.txt +++ b/micros/ShortURL-main/requirements.txt @@ -1,4 +1,4 @@ deta==1.1.0 -fastapi==0.95.2 +fastapi==0.101.1 pydantic==1.10.8 python-dotenv==1.0.0