Skip to content

Commit 2451fec

Browse files
refactor(deps): pin dependencies
1 parent c7dd97a commit 2451fec

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ typer = {extras = ["all"], version = "^0.15.0"}
1919

2020
[tool.poetry.group.dev.dependencies]
2121
black = "^24.3.0"
22-
commitizen = "^4.0.0"
23-
mypy = "^1.9.0"
24-
nuitka = "^2.1.3"
25-
pre-commit = "^4.0.0"
26-
pylint = "^3.0.0"
27-
pytest = "^8.1.1"
28-
pytest-cov = "^5.0.0"
29-
pytest-mock = "^3.11.1"
22+
commitizen = "4.1.0"
23+
mypy = "1.14.1"
24+
nuitka = "2.5.9"
25+
pre-commit = "4.0.1"
26+
pylint = "3.3.3"
27+
pytest = "8.3.4"
28+
pytest-cov = "5.0.0"
29+
pytest-mock = "3.14.0"
3030

3131
[tool.poetry.scripts]
3232
experiment = 'experiment_runner.cli.main:main_cmd'

0 commit comments

Comments
 (0)