diff --git a/pyproject.toml b/pyproject.toml index 2b1d632..95db0f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # pyproject.toml [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" # --- Project Metadata --- @@ -26,17 +26,17 @@ classifiers = [ "Environment :: Console", "Typing :: Typed", ] -dependencies = ["typer>=0.14,<0.22", "rich>=13,<15", "shellingham>=1.5,<2"] +dependencies = ["typer>=0.24.1,<0.25", "rich>=15.0.0,<16", "shellingham>=1.5.4,<2"] [project.optional-dependencies] dev = [ - "black>=24,<27", - "flake8>=7,<8", - "pyright>=1.1,<2", - "pytest>=8,<10", - "pytest-cov>=6,<8", - "pytest-mock>=3,<4", - "pyinstaller>=6,<7", + "black>=26.3.1,<27", + "flake8>=7.3.0,<8", + "pyright>=1.1.408,<2", + "pytest>=9.0.3,<10", + "pytest-cov>=7.1.0,<8", + "pytest-mock>=3.15.1,<4", + "pyinstaller>=6.19.0,<7", ] [project.scripts]