From 232b6b29ecc17d53fece7eaa76417cc868c7dba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:46:44 +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.101.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.101.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.1...0.101.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 d9f70ee..4d67d7a 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.101.0" FastAPI-SQLAlchemy = "^0.2.1" pydantic = "^1.10.7" alembic = "^1.10.4"