diff --git a/pyproject.toml b/pyproject.toml index 3872481..cbf0d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = { text = "MIT" } readme = "README.md" requires-python = ">=3.12,<3.13" dependencies = [ - "typer==0.12.3" + "typer==0.12.5" ] [project.urls] @@ -22,18 +22,18 @@ bpp = "bpp.cli:app" [project.optional-dependencies] dev = [ "nox==2024.4.15", - "pre-commit==3.7.1", - "ruff==0.4.10", - "mypy==1.10.0", + "pre-commit==3.8.0", + "ruff==0.6.3", + "mypy==1.11.2", ] tests = [ - "pytest==8.2.2", + "pytest==8.3.2", "pytest-randomly==3.15.0", ] docs = [ - "sphinx==7.3.7", - "furo==2024.5.6", - "sphinx-autoapi==3.1.2", + "sphinx==8.0.2", + "furo==2024.8.6", + "sphinx-autoapi==3.3.0", "releases==2.1.1", ]