From 9f6ab2db37f0f6242691fdd1ab61c1861d2f7fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:32:13 +0000 Subject: [PATCH] build(deps): bump flask-cors from 4.0.1 to 5.0.0 in /cnap Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.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/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cnap/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnap/requirements.txt b/cnap/requirements.txt index 8dbb7f2..dfcd224 100644 --- a/cnap/requirements.txt +++ b/cnap/requirements.txt @@ -1,7 +1,7 @@ ccnp cctrusted_base Flask==3.0.0 -Flask-Cors==4.0.1 +Flask-Cors==5.0.0 kafka-python==2.0.2 numpy==1.26.2 opencv-python==4.8.1.78