From 0eb005c27725051e45066ab441514f3a48469ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:50:45 +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.112.0...0.114.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 d24830e..4df1eaa 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.112.*", + "fastapi[standard]==0.114.*", "httpx[http2]==0.27.*", "loguru==0.7.*", "lxml==5.3.*",