From 555261c2395d7a5ee7ed391602823e8df9de1341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:45:14 +0000 Subject: [PATCH] build(deps): bump connexion from 2.14.2 to 3.0.3 in /backend Bumps [connexion](https://github.com/spec-first/connexion) from 2.14.2 to 3.0.3. - [Release notes](https://github.com/spec-first/connexion/releases) - [Commits](https://github.com/spec-first/connexion/compare/2.14.2...3.0.3) --- updated-dependencies: - dependency-name: connexion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 891b64e3c..5678aad62 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.14.2 +connexion==3.0.3 datadog==0.47.0 Flask==2.2.3 Flask-Cors==4.0.0