From 400c27009edca6a4af6877ebc9c792b260848fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:35:26 +0000 Subject: [PATCH] Bump flask-cors from 3.0.7 to 3.0.9 in /PaletteCode Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.7 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/3.0.7...3.0.9) Signed-off-by: dependabot[bot] --- PaletteCode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 PaletteCode/requirements.txt diff --git a/PaletteCode/requirements.txt b/PaletteCode/requirements.txt old mode 100755 new mode 100644 index 04c9de4..e495931 --- a/PaletteCode/requirements.txt +++ b/PaletteCode/requirements.txt @@ -2,7 +2,7 @@ Flask==1.0.2 gunicorn==19.9.0 pymongo==3.7.2 flask_socketio==3.3.2 -flask_cors==3.0.7 +flask_cors==3.0.9 eventlet==0.24.1 gevent==1.4.0 gevent-websocket==0.10.1 \ No newline at end of file