From c42d0a369d5a9e8e8ba45fd00ac152edcfdd9244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 04:21:39 +0000 Subject: [PATCH] Bump requests from 2.28.0 to 2.28.1 in /backend Bumps [requests](https://github.com/psf/requests) from 2.28.0 to 2.28.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.28.0...v2.28.1) --- updated-dependencies: - dependency-name: requests 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 26fe6ea..edb1503 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.28.0 +requests==2.28.1 discord-webhook==0.16.3 datadog==0.44.0 ddtrace==1.1.4 \ No newline at end of file