From 6140fcdc49ea8bdd30d385ccd8f45acb7663c4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:00:45 +0000 Subject: [PATCH] Bump flask-cors in /M220P - MongoDB for Python Developers/Files Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.3 to 3.0.9. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.3...3.0.9) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- M220P - MongoDB for Python Developers/Files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M220P - MongoDB for Python Developers/Files/requirements.txt b/M220P - MongoDB for Python Developers/Files/requirements.txt index aef3fe9..a9467a7 100644 --- a/M220P - MongoDB for Python Developers/Files/requirements.txt +++ b/M220P - MongoDB for Python Developers/Files/requirements.txt @@ -5,7 +5,7 @@ pymongo==3.7.2 dnspython==1.15.0 pytest==3.3.0 pytest-flask==0.10.0 -Flask-Cors==3.0.3 +Flask-Cors==3.0.9 flask-jwt-extended==3.7.0 faker==0.8.13 jupyter==1.0.0