From 3dc978e5c47a46d44882302135f6c6023098f389 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:22:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?ies=20(non-major)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a6dfb2..f6fcbed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ black = "^23.7.0" isort = "^5.12.0" pyright = "^1.1.317" Pillow = "^10.0.0" -numpy = "1.24.3" +numpy = "1.25.2" paddlepaddle = "^2.5.0" -ruff = "^0.0.278" +ruff = "^0.0.283" [tool.black] line-length = 120