From cbb7e318ae45dd063dfca4d295e2f99320b1ac2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:09:06 +0200 Subject: [PATCH] Bump fastapi from 0.110.0 to 0.110.1 (#131) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.0 to 0.110.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.0...0.110.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b587749..8b33862a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pydantic>=2.5.3,<2.7.0", "pyyaml~=6.0.1", "requests~=2.31.0", - "fastapi==0.110.0", + "fastapi==0.110.1", "fastparquet==2024.2.0", "python-multipart==0.0.9", "rich~=13.7.0",