diff --git a/pyproject.toml b/pyproject.toml index bd4b474..65a7007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ dev = [ "mypy==1.10.0", "pandas-stubs==2.2.2.240603", "pre-commit==3.7.1", - "ruff==0.4.8", + "ruff==0.4.9", "types-requests==2.32.0.20240602", "types-tqdm==4.66.0.20240417" ] github-actions = [ - "ruff==0.4.8", + "ruff==0.4.9", "ydiff==1.3" ]