diff --git a/pyproject.toml b/pyproject.toml index 18a6bc8..3b284a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.32.0"] build-backend = "hatchling.build" [project] @@ -11,11 +11,11 @@ requires-python = ">=3.11" license = { text = "MIT" } authors = [{ name = "Project Forge maintainers" }] dependencies = [ - "copier>=9.12,<10", - "packaging>=24,<27", - "pydantic>=2.11,<3", - "PyYAML>=6.0.2,<7", - "typer>=0.16,<1", + "copier>=9.17.2,<10", + "packaging>=26.3,<27", + "pydantic>=2.13.4,<3", + "PyYAML>=6.0.3,<7", + "typer>=0.27.1,<1", ] [project.urls] @@ -26,12 +26,12 @@ project-forge = "project_forge.cli:main" [dependency-groups] dev = [ - "mypy>=1.15,<2", - "pip-audit>=2.9,<3", - "pytest>=9.0.3,<10", - "pytest-cov>=6,<7", - "ruff>=0.11,<1", - "types-PyYAML>=6.0.12.20250516", + "mypy>=2.3.1,<3", + "pip-audit>=2.10.1,<3", + "pytest>=9.1.1,<10", + "pytest-cov>=7.1.0,<8", + "ruff>=0.16.4,<1", + "types-PyYAML>=6.0.12.20260815", ] [tool.hatch.build.targets.wheel]