From 95f476a9f87c6d79c6d1420ef3ef8b995bcddea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:22:58 +0000 Subject: [PATCH] build(deps): update fastapi[standard] requirement Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.0...0.115.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7e90130..a39c542e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "beautifulsoup4==4.12.*", - "fastapi[standard]==0.114.*", + "fastapi[standard]==0.115.*", "httpx[http2]==0.27.*", "loguru==0.7.*", "lxml==5.3.*",