diff --git a/pyproject.toml b/pyproject.toml index 30526ec1..3d8e4d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ path = "src/dnadiffusion/__about__.py" [tool.hatch.envs.default] python = "3.10" dependencies = [ - "black==23.9.1", + "black==23.10.1", "black[jupyter]", "mkdocs-material==9.3.1", "mkdocstrings==0.23.0", @@ -133,7 +133,7 @@ dependencies = [ "pytest==7.4.2", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0", - "ruff==0.0.289", + "ruff==0.1.2", "types-tqdm==4.66.0.2", "xdoctest==1.1.1", ]