1 parent cd747ad commit 4011e1fCopy full SHA for 4011e1f
2 files changed
pyproject.toml
@@ -52,14 +52,14 @@ it2 = "it2.cli:main"
52
dev = [
53
"pytest>=9.0.2",
54
"pytest-asyncio>=1.3.0",
55
- "pytest-cov>=7.0.0",
+ "pytest-cov>=7.1.0",
56
"pytest-timeout>=2.4.0",
57
- "black>=26.1.0",
58
- "ruff>=0.15.0",
+ "black>=26.3.1",
+ "ruff>=0.15.7",
59
"mypy>=1.19.1",
60
"types-PyYAML>=6.0.12.20250915",
61
"twine==6.2.0", # Pin to 6.0.1 to avoid license-file validation issues
62
- "build>=1.4.0",
+ "build>=1.4.2",
63
]
64
65
[tool.ruff]
0 commit comments