Skip to content

Commit 2e3c468

Browse files
fix(deps): pin dependencies (#16)
Co-authored-by: khepri-bot[bot] <269588972+khepri-bot[bot]@users.noreply.github.com>
1 parent eaed01d commit 2e3c468

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Typing :: Typed"
2323
]
2424
dependencies = [
25-
"loguru>=0.7.3",
25+
"loguru==0.7.3",
2626
]
2727

2828
[project.urls]
@@ -37,9 +37,9 @@ source = "scm"
3737

3838
[dependency-groups]
3939
dev = [
40-
"mypy>=1.15.0",
41-
"pytest>=8.3.4",
42-
"ruff>=0.9.4",
40+
"mypy==1.15.0",
41+
"pytest==9.0.3",
42+
"ruff==0.9.4",
4343
]
4444

4545
[tool.ruff]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)