From dabcfe23015df0a26c236aaa894336488846c5fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 09:11:32 +0000 Subject: [PATCH] build(deps): Bump connexion from 2.6.0 to 2.7.0 in /backend Bumps [connexion](https://github.com/zalando/connexion) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.6.0...2.7.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 1df2c848e..7c057c3f9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.6.0 +connexion==2.7.0 datadog==0.35.0 fakeredis==1.4.0 Flask==1.1.2