From 071a5995dc731733f1a3e46a39a6e7384df998c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:07:01 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.111.1 to 0.112.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.1 to 0.112.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.112.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a0683d..e6a54a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.32.3 uvicorn==0.30.6 -fastapi==0.111.1 +fastapi==0.112.2 lxml==5.3.0 slowapi==0.1.9 selectolax==0.3.21