--- a/pyproject.toml Fri Sep 01 10:26:51 2023 +0200 +++ b/pyproject.toml Thu Oct 05 09:59:53 2023 +0200 @@ -54,7 +54,7 @@ "IDE", "Python3", ] -requires-python = ">=3.8, <3.12" +requires-python = ">=3.8, <3.13" dependencies = [ "pip>=21.1", "wheel", @@ -80,6 +80,7 @@ "isort>=5.10.0", "coverage>=6.5.0", "semver", + "pipdeptree", "importlib-metadata; python_version<'3.8'", "pywin32>=1.0;platform_system=='Windows'", ]