chore: update deps

This commit is contained in:
Dowon
2023-12-24 16:23:38 +09:00
parent 261f9c1eda
commit 96815fea8e
2 changed files with 4 additions and 4 deletions

View File

@@ -8,12 +8,12 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

View File

@@ -44,8 +44,8 @@ def run_pip(*args):
def install():
deps = [
# requirements
("ultralytics", "8.0.209", None),
("mediapipe", "0.10.8", None),
("ultralytics", "8.0.229", None),
("mediapipe", "0.10.9", None),
("rich", "13.0.0", None),
# mediapipe
("protobuf", "3.20", "3.9999"),