From 0b15bc380799fe71b50274f086aa663b8934089f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:59:53 +0000 Subject: [PATCH] Bump fastapi from 0.104.0 to 0.104.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.0 to 0.104.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.0...0.104.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8da442e1..cb37ea91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "urllib3== 2.0.7", "bibtexparser==1.4.1", "datasets==2.14.5", - "fastapi==0.104.0", + "fastapi==0.104.1", "uvicorn==0.23.2", "requests==2.31.0", "mysqlclient==2.2.0",