From 314a0faac177d7b56ecac1124430ca8e9482f68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:18:09 +0000 Subject: [PATCH] Bump requests from 2.26.0 to 2.27.1 in /backend Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.27.1) --- updated-dependencies: - dependency-name: requests 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 193a4c3..d1ab66d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,5 +6,5 @@ python-engineio==3.14.2 python-socketio==4.6.1 six==1.16.0 pytest==6.2.5 -requests==2.26.0 +requests==2.27.1 discord-webhook==0.14.0 \ No newline at end of file