From eaa80b4fd124b6d4b4e0a7562bd1a12b205176ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:13:17 +0000 Subject: [PATCH] Bump fastapi from 0.35.0 to 0.65.2 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.35.0 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.35.0...0.65.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 322a19a..726b5aa 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ mypy = "*" [packages] aiofiles = "==0.4.0" -fastapi = "==0.35.0" +fastapi = "==0.65.2" fire = "==0.2.1" ipython = "==7.7.0" matplotlib = "==3.1.1"