Skip to content

Commit 7c8aa45

Browse files
fix(deps): update all non-major dependencies
1 parent 40c852d commit 7c8aa45

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: mixed-line-ending
2121
- id: trailing-whitespace
2222
- repo: https://github.com/jsh9/markdown-toc-creator
23-
rev: 0.0.10
23+
rev: 0.1.3
2424
hooks:
2525
- id: markdown-toc-creator
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.0
27+
rev: v0.14.5
2828
hooks:
2929
- id: ruff-check
3030
args: [--fix, --exit-non-zero-on-fix]
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: blacken-docs
4949
- repo: https://github.com/jsh9/markdown-toc-creator
50-
rev: 0.0.10
50+
rev: 0.1.3
5151
hooks:
5252
- id: markdown-toc-creator
5353
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -70,15 +70,15 @@ repos:
7070
- id: nb-clean
7171
args: [--preserve-cell-outputs, --remove-empty-cells]
7272
- repo: https://github.com/jackdewinter/pymarkdown
73-
rev: v0.9.32
73+
rev: v0.9.33
7474
hooks:
7575
- id: pymarkdown
7676
- repo: https://github.com/henryiii/validate-pyproject-schema-store
7777
rev: 2025.10.03
7878
hooks:
7979
- id: validate-pyproject
8080
- repo: https://github.com/astral-sh/uv-pre-commit
81-
rev: 0.9.0
81+
rev: 0.9.9
8282
hooks:
8383
- id: uv-lock
8484
- repo: local

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ monitor = [
7272
]
7373
nn = [
7474
"accelerate",
75-
"dask-cuda>=24.8.2,<25.10.0", # Downpin for requiring cuda-core, which breaks macOS installs
75+
"dask-cuda>=24.8.2,<26.0.0", # Downpin for requiring cuda-core, which breaks macOS installs
7676
"dask-jobqueue",
7777
"dask[distributed]",
7878
"ldp[scg]",

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)