From 01a02758e01e3a1543ad0fae643b3ab47875b9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:06:30 +0000 Subject: [PATCH] chore(deps): bump lxml in /cloud-media-livestream/keypublisher Bumps [lxml](https://github.com/lxml/lxml) from 5.2.1 to 6.1.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.1...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.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..dbe37344e30 100644 --- a/cloud-media-livestream/keypublisher/requirements.txt +++ b/cloud-media-livestream/keypublisher/requirements.txt @@ -1,7 +1,7 @@ Flask==2.2.5 functions-framework==3.9.2 google-cloud-secret-manager==2.21.1 -lxml==5.2.1 +lxml==6.1.0 pycryptodome==3.21.0 pyOpenSSL==25.0.0 requests==2.32.4