Skip to content

Commit 69214f6

Browse files
deps(core-py): bump the all group in /wren-core-py with 2 updates
Bumps the all group in /wren-core-py with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest` from 8.3.4 to 8.3.5 - [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.3.4...8.3.5) Updates `ruff` from 0.9.7 to 0.9.9 - [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.9.7...0.9.9) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b698a58 commit 69214f6

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

wren-core-py/poetry.lock

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

wren-core-py/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ python = ">=3.11,<3.12"
1414
maturin = "1.8.2"
1515

1616
[tool.poetry.group.dev.dependencies]
17-
pytest = "8.3.4"
18-
ruff = "0.9.7"
17+
pytest = "8.3.5"
18+
ruff = "0.9.9"
1919

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

0 commit comments

Comments
 (0)