From 37bddc605a5bb59e52998dafe7d06194aae2935b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 08:16:28 +0000 Subject: [PATCH] build(deps): Bump connexion from 2.5.1 to 2.6.0 in /backend Bumps [connexion](https://github.com/zalando/connexion) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.5.1...2.6.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 fe4cec4e8..08e8746cf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.5.1 +connexion==2.6.0 datadog==0.33.0 fakeredis==1.1.0 Flask==1.1.1