diff --git a/pyproject.toml b/pyproject.toml index da55ee7..9e02bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,20 +18,20 @@ starcraft-hello = "starcraft:hello" [project.optional-dependencies] dev = [ "build", - "coverage[toml]==7.3.3", + "coverage[toml]==7.3.4", "pytest==7.4.3", "pytest-cov==4.1.0", "pytest-mock==3.12.0", ] lint = [ - "black==23.12.0", + "black==23.12.1", "codespell[toml]==2.2.6", - "ruff==0.1.8", + "ruff==0.1.9", "yamllint==1.33.0" ] types = [ - "mypy[reports]==1.7.1", - "pyright==1.1.341", + "mypy[reports]==1.8.0", + "pyright==1.1.343", ] docs = [ "furo==2023.9.10",