Skip to content

Commit 59d7603

Browse files
dependabot[bot]mmmarcos
authored andcommitted
chore(deps-dev): Bump maturin in /server in the server-dev-build group
Bumps the server-dev-build group in /server with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server-dev-build ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1620fbc commit 59d7603

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cache-keys = [{ file = "pyproject.toml" }]
6161
dev = [
6262
# build
6363
"cibuildwheel>=4.0,<4.3",
64-
"maturin~=1.14.1",
64+
"maturin>=1.14.1,<1.16.0",
6565
"patchelf>=0.17.2.4,<0.19.2.0; platform_system=='Linux'",
6666
# lint
6767
"deptry~=0.25.1",
@@ -150,7 +150,7 @@ bindings = "pyo3"
150150
# Be careful `build-system` entry works out of uv,
151151
# hence those dependencies are not resolved & pinned into `uv.lock`
152152
requires = [
153-
"maturin>=1.14.1,<2.0", # Need to build rust lib
153+
"maturin<2.0,>=1.14.1", # Need to build rust lib
154154
# Fix rust lib 3rd lib dependencies
155155
"maturin[patchelf]>=1.14.1,<2.0; platform_system=='Linux'",
156156
"patchelf>=0.17.2.1,<0.19.2.0; platform_system=='Linux'",

server/uv.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)