diff --git a/pyproject.toml b/pyproject.toml index c3871b3..aa6b091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "Bradley Reynolds", email = "bradley.reynolds@darbia.dev" }] license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ - "typer==0.15.1" + "typer==0.25.1" ] [project.urls] @@ -19,19 +19,19 @@ crazylibs = "crazylibs.cli:app" [project.optional-dependencies] dev = [ - "nox==2024.10.9", - "pre-commit==4.0.1", - "ruff==0.8.4", - "mypy==1.14.1", + "nox==2026.4.10", + "pre-commit==4.6.0", + "ruff==0.15.12", + "mypy==1.20.2", ] tests = [ - "pytest==8.3.4", - "pytest-randomly==3.16.0", + "pytest==9.0.3", + "pytest-randomly==4.1.0", ] docs = [ "sphinx==8.1.3", - "furo==2024.8.6", - "sphinx-autoapi==3.4.0", + "furo==2025.12.19", + "sphinx-autoapi==3.8.0", "releases==2.1.1", ]