From 51b3cf766224926e1fccb3ccba72d20c8a401b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 30 Nov 2024 17:21:29 +0100 Subject: [PATCH] Update lxml to 5.3.0 Co-authored-by: Jan Holthuis --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0671d8609d..1b4843b2bb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -178,5 +178,5 @@ repos: require_serial: true language: python additional_dependencies: - - lxml==4.9.3 + - lxml==5.3.0 files: ^(res/translations/.*\.ts)$