Skip to content

Commit 4011e1f

Browse files
fix(deps): update dev dependencies
1 parent cd747ad commit 4011e1f

2 files changed

Lines changed: 61 additions & 69 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ it2 = "it2.cli:main"
5252
dev = [
5353
"pytest>=9.0.2",
5454
"pytest-asyncio>=1.3.0",
55-
"pytest-cov>=7.0.0",
55+
"pytest-cov>=7.1.0",
5656
"pytest-timeout>=2.4.0",
57-
"black>=26.1.0",
58-
"ruff>=0.15.0",
57+
"black>=26.3.1",
58+
"ruff>=0.15.7",
5959
"mypy>=1.19.1",
6060
"types-PyYAML>=6.0.12.20250915",
6161
"twine==6.2.0", # Pin to 6.0.1 to avoid license-file validation issues
62-
"build>=1.4.0",
62+
"build>=1.4.2",
6363
]
6464

6565
[tool.ruff]

0 commit comments

Comments
 (0)