From f0814a3c584be5ba3160f3ca10ffbb02f3d05d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 04:24:26 +0000 Subject: [PATCH] Bump discord-webhook from 0.15.0 to 0.16.0 in /backend Bumps [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/lovvskillz/python-discord-webhook/releases) - [Changelog](https://github.com/lovvskillz/python-discord-webhook/blob/master/CHANGES.md) - [Commits](https://github.com/lovvskillz/python-discord-webhook/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: discord-webhook 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 b267a14..e969471 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,6 @@ python-socketio==4.6.1 six==1.16.0 pytest==7.1.2 requests==2.27.1 -discord-webhook==0.15.0 +discord-webhook==0.16.0 datadog==0.44.0 ddtrace==1.1.1 \ No newline at end of file