diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d71e13..cb672fa 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.3.5 + rev: v0.3.7 hooks: - id: ruff types_or: [ python, pyi, jupyter ] diff --git a/tests/latest_requirements.txt b/tests/latest_requirements.txt index 7d48d2a..eedd886 100644 --- a/tests/latest_requirements.txt +++ b/tests/latest_requirements.txt @@ -1,4 +1,4 @@ numpy==1.26.4 -pandas==2.2.1 +pandas==2.2.2 scipy==1.13.0 tqdm==4.66.2