From 47e8fadd8e4db9f42b3e093bffd18ec4d1c74d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 01:12:26 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.31.0 in /Python/Encrypt credentials Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.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.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/Encrypt credentials/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Encrypt credentials/requirements.txt b/Python/Encrypt credentials/requirements.txt index 3305f39a..722cfdf6 100644 --- a/Python/Encrypt credentials/requirements.txt +++ b/Python/Encrypt credentials/requirements.txt @@ -1,4 +1,4 @@ cryptography==3.4.6 Flask==2.1.2 msal==1.9.0 -requests==2.25.1 \ No newline at end of file +requests==2.31.0 \ No newline at end of file