From a42fb55bed70b34e6dfde3bab68ac5337604cdb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 04:03:39 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.28.2 in /backend Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.2. - [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.27.1...v2.28.2) --- 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 ba05d93..78f5ae2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,6 +6,6 @@ python-engineio==3.14.2 python-socketio==4.6.1 six==1.16.0 pytest==7.2.0 -requests==2.27.1 +requests==2.28.2 discord-webhook==0.15.0 datadog==0.44.0 \ No newline at end of file