diff --git a/pyproject.toml b/pyproject.toml index c3c6087..573e33b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-pretty>=1.0.0,<2.0.0", ] quality = [ - "ruff==0.4.1", + "ruff==0.4.4", "mypy==1.10.0", "types-Pillow", "pre-commit>=3.0.0,<4.0.0", @@ -77,7 +77,7 @@ dev = [ "pytest-cov>=4.0.0,<5.0.0", "pytest-pretty>=1.0.0,<2.0.0", # style - "ruff==0.4.1", + "ruff==0.4.4", "mypy==1.10.0", "types-Pillow", "pre-commit>=3.0.0,<4.0.0",