diff --git a/pyproject.toml b/pyproject.toml index 95a1adb..4462088 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.12.5" + "typer==0.14.0" ] [project.urls] @@ -21,17 +21,17 @@ crazylibs = "crazylibs.cli:app" dev = [ "nox==2024.10.9", "pre-commit==4.0.1", - "ruff==0.7.1", + "ruff==0.8.1", "mypy==1.13.0", ] tests = [ "pytest==8.3.3", - "pytest-randomly==3.15.0", + "pytest-randomly==3.16.0", ] docs = [ "sphinx==8.1.3", "furo==2024.8.6", - "sphinx-autoapi==3.3.2", + "sphinx-autoapi==3.4.0", "releases==2.1.1", ]