From 3479de2ce45181c583b0fa7c35a2ba9452311a88 Mon Sep 17 00:00:00 2001 From: Support Date: Sat, 20 Sep 2025 01:57:32 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index affc5c2..255b602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", ] dependencies = [ - "sp-hydra-veil-core == 1.1.1", + "sp-hydra-veil-core == 1.1.2", "pyperclip ~= 1.9.0", "pyqt6 ~= 6.7.1", "qrcode[pil] ~= 8.2"