From 24697bce3c7a6f87c9e4cf8a1792c379ea1ea5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:18:54 +0000 Subject: [PATCH] build(deps): bump flask Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.0.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SensorNode/software/Web Server/EB Application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 SensorNode/software/Web Server/EB Application/requirements.txt diff --git a/SensorNode/software/Web Server/EB Application/requirements.txt b/SensorNode/software/Web Server/EB Application/requirements.txt old mode 100755 new mode 100644 index 981a494..0bf1d5c --- a/SensorNode/software/Web Server/EB Application/requirements.txt +++ b/SensorNode/software/Web Server/EB Application/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.0.2 +Flask==2.3.2 xively-python==0.1.0-rc0 numpy==1.16.5 scipy==1.3.1