From 57094d4340ffc4169275344359e3b047442d7cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:32:50 +0000 Subject: [PATCH] build(deps): bump connexion from 2.10.0 to 2.14.0 in /backend Bumps [connexion](https://github.com/zalando/connexion) from 2.10.0 to 2.14.0. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.10.0...2.14.0) --- updated-dependencies: - dependency-name: connexion dependency-type: direct:production update-type: version-update:semver-minor ... 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 08cb7a7b6..1125074be 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.10.0 +connexion==2.14.0 datadog==0.44.0 fakeredis==1.8.2 Flask==2.1.3