From d161d14ec331956d38271aca1e7c33166818bad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 04:14:56 +0000 Subject: [PATCH] Bump discord-webhook from 0.14.0 to 0.15.0 in /backend Bumps [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 0.14.0 to 0.15.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.14.0...0.15.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 0c03d83..8cb6b1c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,4 +7,4 @@ python-socketio==4.6.1 six==1.16.0 pytest==7.0.1 requests==2.27.1 -discord-webhook==0.14.0 \ No newline at end of file +discord-webhook==0.15.0 \ No newline at end of file