Skip to content

Commit

Permalink
Update latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Apr 8, 2024
1 parent 08a0eaa commit 29c78cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: ^LICENSE/|\.(html|csv|svg|md)$
default_stages: [pre-commit, commit, pre-push]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
- id: add-trailing-comma
name: Add trailing comma
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
Expand Down
2 changes: 1 addition & 1 deletion tests/latest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.26.4
pandas==2.2.1
scipy==1.12.0
scipy==1.13.0
tqdm==4.66.2

0 comments on commit 29c78cb

Please sign in to comment.