From 9f67da4d9e63c2d38ba5999ff97f01cb4dbe0e8a Mon Sep 17 00:00:00 2001 From: gsheni Date: Mon, 22 Jul 2024 00:49:38 +0000 Subject: [PATCH] Update latest dependencies --- .pre-commit-config.yaml | 2 +- tests/latest_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 674f04f..f399d12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: add-trailing-comma name: Add trailing comma - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.4 hooks: - id: ruff types_or: [ python, pyi, jupyter ] diff --git a/tests/latest_requirements.txt b/tests/latest_requirements.txt index ecb7562..7006dc0 100644 --- a/tests/latest_requirements.txt +++ b/tests/latest_requirements.txt @@ -1,4 +1,4 @@ -numpy==2.0.0 +numpy==2.0.1 pandas==2.2.2 scipy==1.13.1 tqdm==4.66.4