Skip to content

Commit 5a4d48b

Browse files
deps(core-py): bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the /wren-core-py directory: [maturin](https://github.com/pyo3/maturin), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `maturin` from 1.9.4 to 1.10.0 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.9.4...v1.10.0) Updates `pytest` from 8.4.2 to 9.0.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.0) Updates `ruff` from 0.13.1 to 0.14.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.1...0.14.4) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51a622f commit 5a4d48b

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

wren-core-py/poetry.lock

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

wren-core-py/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ authors = ["Canner <dev@cannerdata.com>"]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.11,<3.12"
14-
maturin = "1.9.4"
14+
maturin = "1.10.2"
1515

1616
[tool.poetry.group.dev.dependencies]
17-
pytest = "8.4.2"
18-
ruff = "0.13.1"
17+
pytest = "9.0.1"
18+
ruff = "0.14.6"
1919

2020
[tool.maturin]
2121
module-name = "wren_core"

0 commit comments

Comments
 (0)