From ce69c88b14d1e2e41ceb8a5a6c89d6efbb7703b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 10:29:21 +0000 Subject: [PATCH] build(deps): Bump connexion from 2.4.0 to 2.5.0 in /backend Bumps [connexion](https://github.com/zalando/connexion) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.4.0...2.5.0) Signed-off-by: dependabot-preview[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8713cc953..9a945f31f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.4.0 +connexion==2.5.0 datadog==0.33.0 fakeredis==1.1.0 Flask==1.1.1