diff --git a/Makefile b/Makefile index 4b4f58ab7..135d091ad 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ fate-suite: rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/ lint: - $(PIP) install -U ruff isort pillow numpy mypy==1.15.0 pytest + $(PIP) install -U ruff isort pillow numpy mypy==1.16.1 pytest ruff format --check av examples tests setup.py isort --check-only --diff av examples tests mypy av tests