diff --git a/pyproject.toml b/pyproject.toml index 9e072fa..c4997a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,14 +24,14 @@ dev = [ "pytest-mock==3.12.0", ] lint = [ - "black==23.11.0", + "black==23.12.0", "codespell[toml]==2.2.6", - "ruff==0.1.6", + "ruff==0.1.7", "yamllint==1.33.0" ] types = [ "mypy[reports]==1.7.1", - "pyright==1.1.338", + "pyright==1.1.340", ] docs = [ "furo==2023.9.10",