From 7921abce9dbf12ea958cbf06a022ff0b34bd0514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:17:06 +0000 Subject: [PATCH] build(deps): bump fastapi in /examples/python/fastapi/postgres Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.83.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.83.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python/fastapi/postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/fastapi/postgres/requirements.txt b/examples/python/fastapi/postgres/requirements.txt index 271ccad..474ccbe 100644 --- a/examples/python/fastapi/postgres/requirements.txt +++ b/examples/python/fastapi/postgres/requirements.txt @@ -1,3 +1,3 @@ -fastapi===0.83.0; python_version >= "3.6" +fastapi===0.109.1; python_version >= "3.6" uvicorn==0.18.3 psycopg2-binary==2.9.3