From 9be60169c6df7d8e628cf00485a50705d62b28cb Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Sat, 1 Feb 2025 18:40:12 +0100 Subject: [PATCH] Adjusted dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3f237f..b54eeb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "pip_README.md" requires-python = ">=3.8" dependencies = [ "optima35>=1.0.0, <2.0.0", - "PyPiUpdater>=0.4.0, <1.0.0", + "PyPiUpdater>=0.5.0, <1.0.0", "pyside6", "PyYAML", ]