From 9d49346ad4597b7bc9236e542dd3fd27a6fc2ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:11:18 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 in /azure_eventhub Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure_eventhub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_eventhub/requirements.txt b/azure_eventhub/requirements.txt index 3d7443a..aad8c25 100644 --- a/azure_eventhub/requirements.txt +++ b/azure_eventhub/requirements.txt @@ -18,7 +18,7 @@ # Manually managing azure-functions-worker may cause unexpected issues azure-functions -requests==2.28.2 +requests==2.31.0 jwt==1.3.1 google-auth==2.16.0 google-cloud-secret-manager==2.15.0 \ No newline at end of file