diff --git a/pyproject.toml b/pyproject.toml index 5b49c1fc..e5277e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries" ] dependencies = [ - "openjd-model >= 0.10,< 0.11", + "openjd-model >= 0.10,< 0.12", "pywin32 >= 307; platform_system == 'Windows'", "psutil >= 5.9,< 7.3; platform_system == 'Windows'", ]