Skip to content

Commit 5f39b3f

Browse files
committed
chore(deps): update project deps and pin actual version
1 parent 6840326 commit 5f39b3f

2 files changed

Lines changed: 137 additions & 139 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.10"
2222
dependencies = [
2323
"orjson>=3.11.8",
2424
"pygments>=2.20.0",
25-
"rich>=14.3.2",
25+
"rich>=15.0.0",
2626
"tomli>=2.0.1; python_version < '3.11'",
2727
]
2828

@@ -63,15 +63,15 @@ Documentation = "https://orenlab.github.io/codeclone/"
6363

6464
[project.optional-dependencies]
6565
mcp = [
66-
"mcp>=1.26.0,<2",
66+
"mcp>=1.27.0,<2",
6767
]
6868
dev = [
69-
"pytest>=9.0.0",
69+
"pytest>=9.0.3",
7070
"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",
71+
"build>=1.4.3",
72+
"twine>=6.2.0",
73+
"mypy>=1.20.1",
74+
"ruff>=0.15.10",
7575
"pre-commit>=4.5.1",
7676
]
7777

0 commit comments

Comments
 (0)