From ddf7bb7a035255f35ba3e609a0daadedab06c328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:28:00 +0000 Subject: [PATCH] Bump fastapi from 0.109.0 to 0.109.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi 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 80c0808..91b52dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "anyio==4.2.0", "blinker==1.7.0", "click==8.1.7", - "fastapi==0.109.0", + "fastapi==0.109.1", "h11==0.14.0", "idna==3.6", "itsdangerous==2.1.2",