From 64afa769449baa325bb9a78441b34a056578dcf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 10:20:06 +0000 Subject: [PATCH] build(deps): bump connexion from 2.14.0 to 2.14.1 in /backend Bumps [connexion](https://github.com/zalando/connexion) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.14.0...2.14.1) --- updated-dependencies: - dependency-name: connexion dependency-type: direct:production update-type: version-update:semver-patch ... 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 f8357db58..0b17f2956 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ -e ../tools #egg=code-coverage-tools -connexion==2.14.0 +connexion==2.14.1 datadog==0.44.0 fakeredis==1.9.1 Flask==2.1.3