From 52c319266779d9c9e262facbf8cadd7d27ff0ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:09:41 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.27.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.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Django/live-transcription-django/stream/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt b/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt index 7d169a83..04500e45 100644 --- a/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt +++ b/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt @@ -25,7 +25,7 @@ pyasn1-modules==0.2.8 pycparser==2.21 pyOpenSSL==22.0.0 python-dotenv==0.19.2 -requests==2.27.1 +requests==2.31.0 requests-oauthlib==1.3.1 service-identity==21.1.0 six==1.16.0