From c5d7f9bc65b3de5f6464d31c3884f03165a3f078 Mon Sep 17 00:00:00 2001 From: Trane-bot <143215983+Trane-bot@users.noreply.github.com> Date: Sun, 5 May 2024 20:43:04 -0400 Subject: [PATCH] Update latest dependencies (#200) Co-authored-by: gsheni --- .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 9f0ac92..9f7a727 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.4.2 + rev: v0.4.3 hooks: - id: ruff types_or: [ python, pyi, jupyter ] diff --git a/tests/latest_requirements.txt b/tests/latest_requirements.txt index eedd886..7614dbe 100644 --- a/tests/latest_requirements.txt +++ b/tests/latest_requirements.txt @@ -1,4 +1,4 @@ numpy==1.26.4 pandas==2.2.2 scipy==1.13.0 -tqdm==4.66.2 +tqdm==4.66.4