Skip to content

Commit b24f401

Browse files
chore(deps): update maturin requirement in /docs
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc05c3b commit b24f401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = [
77
"sphinx-reredirects>=1.1,<2",
88
"pydata-sphinx-theme>=0.17.0,<1",
99
"myst-parser>=5,<6",
10-
"maturin>=1.11,<2",
10+
"maturin>=1.13.1,<2",
1111
"jinja2>=3.1.6,<4",
1212
"setuptools>=82,<83",
1313
]

0 commit comments

Comments
 (0)