From dbe65922364f975da288edcff20e9026b0dc9bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 04:15:47 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.28.0 in /backend Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.0. - [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.0) --- 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 530aacb..26fe6ea 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ python-engineio==3.14.2 python-socketio==4.6.1 six==1.16.0 pytest==7.1.2 -requests==2.27.1 +requests==2.28.0 discord-webhook==0.16.3 datadog==0.44.0 ddtrace==1.1.4 \ No newline at end of file