From 16c02e7b739f4caf87d0b4a85a4be13cf3157ace Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Sun, 13 Oct 2024 00:52:10 +0100 Subject: [PATCH] Update pygments to avoid unit tests being broken by early import of pkg_resources in other demo activities --- demo/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/app/build.gradle.kts b/demo/app/build.gradle.kts index 0e7e281d77..e0d1d648a6 100644 --- a/demo/app/build.gradle.kts +++ b/demo/app/build.gradle.kts @@ -97,7 +97,7 @@ chaquopy { defaultConfig { // Android UI demo pip { - install("Pygments==2.2.0") // Also used in Java API demo + install("Pygments==2.13.0") // Also used in Java API demo } staticProxy("chaquopy.demo.ui_demo")