diff --git a/pyproject.toml b/pyproject.toml index c1a32ac..9d93669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,10 @@ dev = [ "pytest-mock==3.11.1", "black==23.9.1", "pre-commit==3.5.0", - "ruff==0.0.292", + "ruff==0.1.0", ] lint = [ - "ruff==0.0.292", + "ruff==0.1.0", "black==23.9.1", "mock==5.1.0", "pytest==7.4.2",