From 212afa32dbad24102efa6e9a415ffdbddd3b8e6a Mon Sep 17 00:00:00 2001 From: 283375 Date: Tue, 17 Jun 2025 18:13:59 +0800 Subject: [PATCH] chore: update dependencies --- .pre-commit-config.yaml | 3 ++- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2abb38..79646cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,9 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace + - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 + rev: v0.11.13 hooks: - id: ruff args: ["--fix"] diff --git a/requirements.txt b/requirements.txt index 86df8dd..3b594f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.26.1 -opencv-python==4.8.1.78 +numpy~=2.3 +opencv-python~=4.11