Skip to content

Commit 56daa4d

Browse files
ci: pre-commit autoupdate (#3901)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 16eee94 commit 56daa4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.14.5
6+
rev: v0.14.7
77
hooks:
88
- id: ruff-check
99
args: ["--fix"]
@@ -20,7 +20,7 @@ repos:
2020
- --sort-by-bibkey
2121
- --drop=abstract
2222
- repo: https://github.com/biomejs/pre-commit
23-
rev: v2.3.5
23+
rev: v2.3.8
2424
hooks:
2525
- id: biome-format
2626
- repo: https://github.com/ComPWA/taplo-pre-commit

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies = [
6868
"numba >=0.60",
6969
"umap-learn>=0.5.7",
7070
"pynndescent>=0.5.13",
71-
"packaging>=21.3",
71+
"packaging>=25",
7272
"session-info2",
7373
"legacy-api-wrap>=1.5", # for positional API deprecations
7474
"typing-extensions; python_version < '3.13'",
@@ -89,7 +89,7 @@ scanpy = "scanpy.cli:console_main"
8989

9090
[project.optional-dependencies]
9191
test-min = [
92-
"pytest>=8.2",
92+
"pytest",
9393
"pytest-mock",
9494
"pytest-cov", # only for use from VS Code
9595
"pytest-xdist[psutil]",

0 commit comments

Comments
 (0)