From 36308ab5f6f6e800b2d270ec184af0b6187efb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:33:04 +0000 Subject: [PATCH] Update requests requirement from ~=2.24.0 to ~=2.28.2 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.24.0...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61a1ac3..7656ef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests~=2.24.0 \ No newline at end of file +requests~=2.28.2 \ No newline at end of file