diff --git a/pyproject.toml b/pyproject.toml index ff16f4a..eb2a5ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = ["click~=8.0", "pandas~=1.3"] isd = "isd.cli:main" [project.optional-dependencies] -dev = ["mypy~=1.2", "pre-commit~=3.2", "pytest~=8.0", "ruff~=0.2.0"] +dev = ["mypy~=1.2", "pre-commit~=3.2", "pytest~=8.0", "ruff~=0.3.0"] examples = ["tqdm~=4.66"] docs = ["sphinx~=7.2"]