Skip to content

Commit 8a0a373

Browse files
authored
Merge pull request #1287 from google/py-update-deps
Python: update dependencies
2 parents 501ced1 + 68d3721 commit 8a0a373

File tree

2 files changed

+1
-480
lines changed

2 files changed

+1
-480
lines changed

python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,14 @@ dev = [
6767
"ipython>=8.12.3",
6868
"pytest>=8.3.2",
6969
"ruff>=0.14.0",
70-
"twine==6.1.0",
7170
"tomli-w>=1.0.0",
7271
"tomli>=2.0.1",
7372
"tqdm>=4.67.1",
7473
"dacite>=1.9.2",
7574
]
7675

7776
[build-system]
78-
requires = ["maturin>=1.7,<=1.10.2"] # Pinned to avoid a potential regression in newer versions.
77+
requires = ["maturin>=1.12.2"]
7978
build-backend = "maturin"
8079

8180
[tool.maturin]

0 commit comments

Comments
 (0)