From f12403c68beb9042b5ff2f24702158dd08b9af62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:23:14 +0000 Subject: [PATCH] build(deps): bump fastapi in /timeseries/deploy/requirements Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- timeseries/deploy/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeseries/deploy/requirements/base.txt b/timeseries/deploy/requirements/base.txt index e03b99d..5f777ad 100644 --- a/timeseries/deploy/requirements/base.txt +++ b/timeseries/deploy/requirements/base.txt @@ -1,4 +1,4 @@ -fastapi==0.89.1 +fastapi==0.109.1 geojson_pydantic==0.5.0 numba==0.56.4 pandas==1.5.2