Skip to content

Commit 9884158

Browse files
committed
Upgrade dev dependencies
Update dev dependencies to latest compatible versions: - ruff: 0.12.0 -> 0.14.2 - coverage: 7.9.1 -> 7.10.6 (latest supporting Python 3.9) Note: coverage 7.11.0+ requires Python 3.10+, so we stay at 7.10.x to maintain Python 3.9 support. These are dev-only changes and don't affect library users.
1 parent be3ff51 commit 9884158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dev = [
4040
"pyrefly",
4141
"pytest-mock>=3.14.1",
4242
"pytest-cov>=6.0.0",
43-
"coverage[toml]>=7.9.1",
43+
"coverage[toml]>=7.10.6",
4444
"pydocstyle>=6.3.0",
45-
"ruff>=0.12.0",
45+
"ruff>=0.14.2",
4646
"pandas>=1.5.1,<3.0.0",
4747
"polars>=1.7.0",
4848
]

0 commit comments

Comments
 (0)