Skip to content

Commit 7158f49

Browse files
authored
Update latest dependencies
1 parent 91e248a commit 7158f49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: absolufy-imports
1414
files: ^trane/
1515
- repo: https://github.com/asottile/add-trailing-comma
16-
rev: v3.1.0
16+
rev: v3.2.0
1717
hooks:
1818
- id: add-trailing-comma
1919
name: Add trailing comma
2020
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: v0.9.5
21+
rev: v0.11.13
2222
hooks:
2323
- id: ruff
2424
types_or: [ python, pyi, jupyter ]

tests/latest_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==2.0.2
2-
pandas==2.2.3
2+
pandas==2.3.0
33
scipy==1.13.1
44
tqdm==4.67.1

0 commit comments

Comments
 (0)