Skip to content

Commit

Permalink
deps(core-py): bump the all group in /wren-core-py with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /wren-core-py with 2 updates: [maturin](https://github.com/pyo3/maturin) and [pytest](https://github.com/pytest-dev/pytest).


Updates `maturin` from 1.7.4 to 1.7.7
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.7.4...v1.7.7)

Updates `pytest` from 8.3.3 to 8.3.4
- [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.3...8.3.4)

---
updated-dependencies:
- dependency-name: maturin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 143d851 commit 9d601f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions wren-core-py/poetry.lock

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

4 changes: 2 additions & 2 deletions wren-core-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ authors = ["Canner <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
maturin = "1.7.4"
maturin = "1.7.7"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.3"
pytest = "8.3.4"

[tool.maturin]
module-name = "wren_core"
Expand Down

0 comments on commit 9d601f4

Please sign in to comment.