From 60b1e512b70fadfcfcb2f8fda48176408e476ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 04:14:12 +0000 Subject: [PATCH] Bump discord-webhook from 0.16.0 to 0.16.2 in /backend Bumps [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 0.16.0 to 0.16.2. - [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.0...0.16.2) --- updated-dependencies: - dependency-name: discord-webhook 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 78c9d7c..e332dad 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.16.0 +discord-webhook==0.16.2 datadog==0.44.0 ddtrace==1.1.2 \ No newline at end of file