From d40af44f180a99de266c70e1adcf24fecacc354c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:52:45 +0000 Subject: [PATCH] build(deps): bump connexion from 2.14.2 to 3.0.0 in /backend Bumps [connexion](https://github.com/spec-first/connexion) from 2.14.2 to 3.0.0. - [Release notes](https://github.com/spec-first/connexion/releases) - [Commits](https://github.com/spec-first/connexion/compare/2.14.2...3.0.0) --- 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 850acd82a..6a65ccb70 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.0 datadog==0.47.0 Flask==2.2.3 Flask-Cors==4.0.0