From 9c9f471a6eed2843f75d79746f65188d7e2c8dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:26:01 +0000 Subject: [PATCH] build(deps): bump datadog from 0.39.0 to 0.40.0 in /backend Bumps [datadog](https://github.com/DataDog/datadogpy) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/DataDog/datadogpy/releases) - [Changelog](https://github.com/DataDog/datadogpy/blob/master/CHANGELOG.md) - [Commits](https://github.com/DataDog/datadogpy/compare/v0.39.0...v0.40.0) 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 0b0cb413e..b3c1686b8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ -e ../tools #egg=code-coverage-tools connexion==2.7.0 -datadog==0.39.0 +datadog==0.40.0 fakeredis==1.4.5 Flask==1.1.2 Flask-Cors==3.0.10