From 79611188fc0e5697251520692d5a1e66bbefe241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:56:26 +0000 Subject: [PATCH] Bump fastapi from 0.63.0 to 0.65.2 in /src/Server Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.63.0 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.63.0...0.65.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/requirements.txt b/src/Server/requirements.txt index db0ad0c..26690d3 100644 --- a/src/Server/requirements.txt +++ b/src/Server/requirements.txt @@ -1,7 +1,7 @@ requests==2.25.1 jsonpath==0.82 uvicorn==0.13.3 -fastapi==0.63.0 +fastapi==0.65.2 gevent_socketio==0.3.6 paho_mqtt==1.5.1 websocket_client==0.57.0