diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 918cf84..432885b 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.7.4 + rev: v0.8.0 hooks: - id: ruff types_or: [ python, pyi, jupyter ] diff --git a/tests/latest_requirements.txt b/tests/latest_requirements.txt index 7be3bbb..0b4a5a0 100644 --- a/tests/latest_requirements.txt +++ b/tests/latest_requirements.txt @@ -1,4 +1,4 @@ numpy==2.0.2 pandas==2.2.3 scipy==1.13.1 -tqdm==4.67.0 +tqdm==4.67.1