From cecb1f4ab9afa85661ff6b182b95b25339acc1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:41:33 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.0. - [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.10...v4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e00753..cb98ffe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ boto3==1.26.155 requests==2.31.0 Pillow==9.5.0 Flask==2.2.3 -Flask-Cors==3.0.10 +Flask-Cors==4.0.0 yt-dlp==2022.7.18 twitter==1.19.6 \ No newline at end of file