Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:

# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.5
rev: v0.15.6
hooks:
# Linter
- id: ruff
Expand Down
4 changes: 2 additions & 2 deletions dask-test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"
license = {text = "Apache"}
requires-python = "<4.0,>=3.14"
dependencies = [
"dask<2025.0.0,>=2024.8.2",
"distributed<2025.0.0,>=2024.8.2",
"dask>=2026.0.0,<2027.0.0",
"distributed>=2026.0.0,<2027.0.0",
]

[dependency-groups]
Expand Down
162 changes: 80 additions & 82 deletions dask-test/uv.lock

Large diffs are not rendered by default.

176 changes: 96 additions & 80 deletions docker-health-check/uv.lock

Large diffs are not rendered by default.

234 changes: 124 additions & 110 deletions github/uv.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions hadoop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ classifiers = [
]
requires-python = "<4.0,>=3.14"
dependencies = [
"dask<2025.0.0,>=2024.8.2",
"distributed<2025.0.0,>=2024.8.2",
]

[dependency-groups]
Expand Down
402 changes: 59 additions & 343 deletions hadoop/uv.lock

Large diffs are not rendered by default.

278 changes: 146 additions & 132 deletions jupyter/uv.lock

Large diffs are not rendered by default.