From d1cc2db3dbbc8297bb8d49f683d270dc609cd3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:52:45 +0000 Subject: [PATCH] build(deps): bump connexion from 2.9.0 to 2.10.0 in /backend Bumps [connexion](https://github.com/zalando/connexion) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.9.0...2.10.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 c430220b9..8841fb764 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.9.0 +connexion==2.10.0 datadog==0.43.0 fakeredis==1.7.0 Flask==1.1.2