Skip to content

Commit f606e43

Browse files
committed
Update pyproject.toml
1 parent 58ca00e commit f606e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.13"
11-
maturin = "^1.9.0"
12-
patchelf = "^0.17.2.2"
11+
maturin = "^1.9.2"
12+
patchelf = "^0.17.2.4"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
pytest = "^8.4.1"
@@ -18,7 +18,7 @@ isort = "^6.0.1"
1818
autopep8 = "^2.3.2"
1919
flake8 = "^7.3.0"
2020
flake8-pyproject = "^1.2.3"
21-
mypy = "^1.16.1"
21+
mypy = "^1.17.1"
2222

2323
[build-system]
2424
requires = ["poetry-core"]

0 commit comments

Comments
 (0)