From c798cd2118938a0e9264c3cf71768529d1112174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:44:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20fastapi=20from=200.95.1=20to=200.110.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.1 to 0.110.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.1...0.110.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbe037a..45f86cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ pandas = "^2.0.1" loguru = "^0.7.0" watchdog = "^3.0.0" psycopg2-binary = "^2.9.5" -fastapi = "^0.95.1" +fastapi = "^0.110.0" FastAPI-SQLAlchemy = "^0.2.1" pydantic = "^1.10.7" alembic = "^1.10.4"