From fb0bcd0a4e1ebfa6267c3d1770d92fa3f0709da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:12:22 +0000 Subject: [PATCH] Bump flask-cors from 4.0.0 to 4.0.1 in /src/publishers Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 4.0.1. - [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/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/publishers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publishers/requirements.txt b/src/publishers/requirements.txt index 92c67f703..b4a561d68 100644 --- a/src/publishers/requirements.txt +++ b/src/publishers/requirements.txt @@ -1,6 +1,6 @@ envelope==2.0.3 Flask==3.0.2 -Flask-Cors==4.0.0 +Flask-Cors==4.0.1 Flask-RESTful==0.3.10 gevent==24.2.1 gunicorn==21.2.0