chore: update dependencies

This commit is contained in:
2025-06-17 18:13:59 +08:00
parent 2264e90b8e
commit 212afa32db
2 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,9 @@ repos:
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0 rev: v0.11.13
hooks: hooks:
- id: ruff - id: ruff
args: ["--fix"] args: ["--fix"]

View File

@ -1,2 +1,2 @@
numpy==1.26.1 numpy~=2.3
opencv-python==4.8.1.78 opencv-python~=4.11