From 06e3b28c8c64c4bb5482b2180fe215cd58413d73 Mon Sep 17 00:00:00 2001 From: alvertogit <36294057+alvertogit@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:07:10 +0100 Subject: [PATCH] upgraded dependencies --- .pre-commit-config.yaml | 2 +- requirements.txt | 4 ++-- requirements_dev.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5247ffd..5a5de32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.1 + rev: v0.8.2 hooks: # Run the linter. - id: ruff diff --git a/requirements.txt b/requirements.txt index 4e2167d..5eb1a81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ numpy==2.0.2 Pillow==11.0.0 pre-commit==4.0.1 pur==7.3.2 -pytest==8.3.3 +pytest==8.3.4 requests==2.32.3 -ruff==0.8.1 +ruff==0.8.2 scikit-image==0.24.0 tensorflow==2.18.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index d67678b..141c7ee 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ -r requirements.txt -jupyterlab==4.3.1 +jupyterlab==4.3.2 matplotlib==3.9.3