From 31f983276cacb6026559b80f8b36d72ce8d543d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 04:17:16 +0000 Subject: [PATCH] Bump discord-webhook from 0.16.3 to 0.17.0 in /backend Bumps [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 0.16.3 to 0.17.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.16.3...0.17.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 26fe6ea..d68e3c5 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.28.0 -discord-webhook==0.16.3 +discord-webhook==0.17.0 datadog==0.44.0 ddtrace==1.1.4 \ No newline at end of file