From a512208e8ea1905c34310097b13ae23f9d29d944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:59:07 +0000 Subject: [PATCH 1/2] Bump flask-cors from 2.1.0 to 3.0.9 in /source/webServer Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 2.1.0 to 3.0.9. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/2.1.0...3.0.9) Signed-off-by: dependabot[bot] --- source/webServer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/webServer/requirements.txt b/source/webServer/requirements.txt index 1a4f047..113613c 100644 --- a/source/webServer/requirements.txt +++ b/source/webServer/requirements.txt @@ -1,7 +1,7 @@ Flask==0.10.1 Flask-HTTPAuth==2.7.0 Flask-SQLAlchemy==2.1 -Flask-Cors==2.1.0 +Flask-Cors==3.0.9 itsdangerous==0.24 Jinja2==2.11.3 MarkupSafe==0.23 From 0e5a73b0343873114b897365976bd956bd9948bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:53:29 +0000 Subject: [PATCH 2/2] Bump werkzeug from 0.11.2 to 0.15.3 in /source/webServer Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.2 to 0.15.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.11.2...0.15.3) Signed-off-by: dependabot[bot] --- source/webServer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/webServer/requirements.txt b/source/webServer/requirements.txt index 113613c..89abacf 100644 --- a/source/webServer/requirements.txt +++ b/source/webServer/requirements.txt @@ -8,6 +8,6 @@ MarkupSafe==0.23 netifaces==0.10.4 psutil==5.6.6 SQLAlchemy==1.0.9 -Werkzeug==0.11.2 +Werkzeug==0.15.3 wheel==0.24.0 python-iptables==0.9.0