From 772959cf996ce1a754fe4f08d6790713b55cf1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:27:15 +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.112.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.95.1 to 0.112.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.95.1...0.112.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..86e358e 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.112.0" FastAPI-SQLAlchemy = "^0.2.1" pydantic = "^1.10.7" alembic = "^1.10.4"