From 33bf9ed63584c0298cba107aee20eaef1344a3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:57:32 +0000 Subject: [PATCH] chore(deps): bump requests in /cloud-media-livestream/keypublisher Bumps [requests](https://github.com/psf/requests) from 2.32.4 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.32.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloud-media-livestream/keypublisher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-media-livestream/keypublisher/requirements.txt b/cloud-media-livestream/keypublisher/requirements.txt index f56357f0f87..fb15be25071 100644 --- a/cloud-media-livestream/keypublisher/requirements.txt +++ b/cloud-media-livestream/keypublisher/requirements.txt @@ -4,7 +4,7 @@ google-cloud-secret-manager==2.21.1 lxml==5.2.1 pycryptodome==3.21.0 pyOpenSSL==25.0.0 -requests==2.32.4 +requests==2.33.0 signxml==4.0.4 pytest==8.2.0 pytest-mock==3.14.0