diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 879d75a2b..e7fd959f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: additional_dependencies: [types-cffi, types-Pillow, types-psutil, types-pyinstaller, types-PyYAML, types-requests, lxml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff exclude: '/qtgui_rc.py$|tests/' diff --git a/pyproject.toml b/pyproject.toml index 7cfcaee56..fa58ff596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ test = [ 'pytest-cov==6.0.0', 'pytest-qt==4.4.0 ; sys_platform == "win32"', 'pytest-randomly==3.16.0', - 'ruff==0.7.3', + 'ruff==0.7.4', 'types-cffi==1.16.0.20240331', 'types-pillow==10.2.0.20240822', 'types-psutil==6.1.0.20241102', diff --git a/requirements_test.txt b/requirements_test.txt index 0e19b3277..1ef1461af 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,7 +11,7 @@ pytest-codspeed==3.0.0 pytest-cov==6.0.0 pytest-qt==4.4.0; sys_platform == "win32" pytest-randomly==3.16.0 -ruff==0.7.3 +ruff==0.7.4 types-cffi==1.16.0.20240331 types-Pillow==10.2.0.20240822 types-psutil==6.1.0.20241102