Skip to content

Commit 185bf13

Browse files
Bump the all group in /wren-modeling-py with 2 updates (#707)
Bumps the all group in /wren-modeling-py with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [maturin](https://github.com/pyo3/maturin). Updates `pytest` from 8.2.0 to 8.3.1 - [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.2.0...8.3.1) Updates `maturin` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: maturin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e07b228 commit 185bf13

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

wren-modeling-py/poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wren-modeling-py/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ authors = ["Canner <[email protected]>"]
1414
python = ">=3.11,<3.12"
1515

1616
[tool.poetry.group.dev.dependencies]
17-
pytest = "8.2.0"
18-
maturin = "1.6.0"
17+
pytest = "8.3.1"
18+
maturin = "1.7.0"
1919

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

0 commit comments

Comments
 (0)