We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6840326 commit 5f39b3fCopy full SHA for 5f39b3f
2 files changed
pyproject.toml
@@ -22,7 +22,7 @@ requires-python = ">=3.10"
22
dependencies = [
23
"orjson>=3.11.8",
24
"pygments>=2.20.0",
25
- "rich>=14.3.2",
+ "rich>=15.0.0",
26
"tomli>=2.0.1; python_version < '3.11'",
27
]
28
@@ -63,15 +63,15 @@ Documentation = "https://orenlab.github.io/codeclone/"
63
64
[project.optional-dependencies]
65
mcp = [
66
- "mcp>=1.26.0,<2",
+ "mcp>=1.27.0,<2",
67
68
dev = [
69
- "pytest>=9.0.0",
+ "pytest>=9.0.3",
70
"pytest-cov>=7.1.0",
71
- "build>=1.4.1",
72
- "twine>=5.0.0",
73
- "mypy>=1.19.1",
74
- "ruff>=0.15.8",
+ "build>=1.4.3",
+ "twine>=6.2.0",
+ "mypy>=1.20.1",
+ "ruff>=0.15.10",
75
"pre-commit>=4.5.1",
76
77
0 commit comments