diff --git a/pyproject.toml b/pyproject.toml index ce4812b..deee52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] # https://docs.astral.sh/uv/concepts/projects/config/#build-systems -requires = ["hatchling>=1.27.0"] +requires = ["hatchling>=1.29.0"] build-backend = "hatchling.build" [project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/ @@ -38,17 +38,17 @@ issues = "https://github.com/clintjohnsn/pytchdeck/issues" [dependency-groups] # https://docs.astral.sh/uv/concepts/projects/dependencies/#development-dependencies dev = [ - "coverage[toml] (>=7.6.10)", - "ipykernel (>=6.29.4)", - "ipython (>=8.18.0)", - "ipywidgets (>=8.1.2)", - "mypy (>=1.14.1)", - "pdoc (>=15.0.1)", - "pre-commit (>=4.0.1)", - "pytest (>=8.3.4)", - "pytest-mock (>=3.14.0)", - "pytest-xdist (>=3.6.1)", - "ruff (>=0.9.2)", + "coverage[toml] (>=7.13.5)", + "ipykernel (>=7.2.0)", + "ipython (>=9.13.0)", + "ipywidgets (>=8.1.8)", + "mypy (>=1.20.2)", + "pdoc (>=16.0.0)", + "pre-commit (>=4.6.0)", + "pytest (>=9.0.3)", + "pytest-mock (>=3.15.1)", + "pytest-xdist (>=3.8.0)", + "ruff (>=0.15.12)", ] [tool.coverage.report] # https://coverage.readthedocs.io/en/latest/config.html#report