Skip to content

Commit 165d3a2

Browse files
committed
style: pin dependencies
1 parent ba82627 commit 165d3a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ python = ">=3.10,<4.0.0"
1616
optional = true
1717

1818
[tool.poetry.group.dev.dependencies]
19-
pytest = ">=7.0"
20-
pytest-mock = ">3.0"
21-
pylint = ">=2.0"
22-
flake8 = ">=5.0"
19+
pytest = "8.3.3"
20+
pytest-mock = "3.14.0"
21+
pylint = "3.3.2"
22+
flake8 = "7.1.1"
2323
flake8-pytest-style = "2.0.0"
2424
ruff = "0.8.4"
25-
coverage = ">=6.0"
26-
black = ">=24.1"
27-
mypy = ">=1.7"
25+
coverage = "7.6.10"
26+
black = "24.10.0"
27+
mypy = "1.14.0"
2828

2929
[build-system]
3030
requires = ["poetry-core"]

0 commit comments

Comments
 (0)