From c09e54a0c8c55b2ffddb0238f22bcfdb1c95ac03 Mon Sep 17 00:00:00 2001 From: Jakob Pinterits Date: Sun, 7 Apr 2024 22:30:56 +0200 Subject: [PATCH] bumped dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85934239..2db36765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ fastapi = "^0.109.1" fuzzywuzzy = "^0.18.0" gitignore-parser = "^0.1.9" httpx = "^0.25.1" -imy = "^0.1.8" +imy = "^0.2.0" introspection = "^1.7.13" keyring = "^24.3.0" pillow = "^10.2.0"