From 44e85887c45c85fa44990050b1b429d50238460c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:40:03 +0000 Subject: [PATCH] Bump fastapi from 0.108.0 to 0.109.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.108.0 to 0.109.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.108.0...0.109.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoapprove/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoapprove/requirements.txt b/autoapprove/requirements.txt index 2d844d8..210014d 100644 --- a/autoapprove/requirements.txt +++ b/autoapprove/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.108.0 +fastapi==0.109.0 pydantic==2.5.3 PyYAML==6.0.1 uvicorn==0.27.0.post1