Skip to content

Commit

Permalink
Bump maturin in build system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarcos committed Nov 28, 2024
1 parent ceb0876 commit 7adf84a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deptry = ">=0.16.1,<0.22.0"
editorconfig-checker = "3.0.3"
httpx-sse = ">=0.3.1,<0.5.0"
maturin = "1.7.5"
patchelf = { version = "^0.17.2.0", markers = "platform_system=='Linux'" }
patchelf = { version = "^0.17.2.1", markers = "platform_system=='Linux'" }
poetry-lock-package = ">=0.4.4,<0.6.0"
psutil = ">=5.9,<7.0"
pyright = "^1.1.353"
Expand Down Expand Up @@ -186,8 +186,8 @@ reportMissingTypeArgument = true
requires = [
"poetry-core>=1.0.0",
"setuptools",
"maturin==1.7.0",
"maturin[patchelf]==1.7.0; platform_system=='Linux'",
"maturin==1.7.5",
"maturin[patchelf]==1.7.5; platform_system=='Linux'",
"patchelf~=0.17.2.1; platform_system=='Linux'",
]
build-backend = "poetry.core.masonry.api"

0 comments on commit 7adf84a

Please sign in to comment.