From 2b3edcd8fc43f6d8f952c306af943bacb59f99b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:38:07 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.33.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.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../speech_to_text_long_postprocessing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cloud_functions/speech_to_text_long_postprocessing/requirements.txt b/components/cloud_functions/speech_to_text_long_postprocessing/requirements.txt index 546a5e9..bc387c6 100644 --- a/components/cloud_functions/speech_to_text_long_postprocessing/requirements.txt +++ b/components/cloud_functions/speech_to_text_long_postprocessing/requirements.txt @@ -11,6 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -requests==2.27.1 +requests==2.33.0 google-cloud-speech==2.5.0 google-cloud-storage==1.40.0 \ No newline at end of file