From d08ff81c59d792e2a7a553d3b0377736d3eb576d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:59:01 +0000 Subject: [PATCH] Bump discord-webhook from 0.15.0 to 1.1.0 in /backend Bumps [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 0.15.0 to 1.1.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...1.1.0) --- updated-dependencies: - dependency-name: discord-webhook dependency-type: direct:production update-type: version-update:semver-major ... 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 338f01a..3803096 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,5 +6,5 @@ python-socketio==5.7.2 six==1.16.0 pytest==7.2.1 requests==2.28.2 -discord-webhook==0.15.0 +discord-webhook==1.1.0 datadog==0.44.0 \ No newline at end of file