From 99bbc750cdd362dfb63ed271c28efec4d5ad6b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:55:18 +0000 Subject: [PATCH] Bump lxml from 6.0.2 to 6.1.0 in /StreamTV-Linux Bumps [lxml](https://github.com/lxml/lxml) from 6.0.2 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-6.0.2...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- StreamTV-Linux/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamTV-Linux/requirements.txt b/StreamTV-Linux/requirements.txt index 1b26aac..40fc3a5 100644 --- a/StreamTV-Linux/requirements.txt +++ b/StreamTV-Linux/requirements.txt @@ -29,7 +29,7 @@ passlib[bcrypt]==1.7.4 # Current version (no updates available) webauthn>=2.1.0 # WebAuthn/Passkey support (required for passkey auth) # XML/HTML Processing -lxml==6.0.2 # Latest version (Python 3.8+ compatible) - fixes 5 CVEs +lxml==6.1.0 # Latest version (Python 3.8+ compatible) - fixes 5 CVEs # Utilities aiofiles==25.1.0 # Latest version (requires Python 3.9+)