From 96815fea8e458cdf9df70c0c7e943f38cee8451c Mon Sep 17 00:00:00 2001 From: Dowon Date: Sun, 24 Dec 2023 16:23:38 +0900 Subject: [PATCH] chore: update deps --- .pre-commit-config.yaml | 4 ++-- install.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9226215..dbea90d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/install.py b/install.py index 93433cf..2c9e068 100644 --- a/install.py +++ b/install.py @@ -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"),