Skip to content

Commit

Permalink
Bump the dependencies group across 2 directories with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy), [pyarrow](https://github.com/apache/arrow), [ruff](https://github.com/astral-sh/ruff) and [maturin](https://github.com/pyo3/maturin) to permit the latest version.

Updates `numpy` to 2.2.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.23.0...v2.2.1)

Updates `pyarrow` to 18.1.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v16.0.0...apache-arrow-18.1.0)

Updates `ruff` to 0.8.6
- [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.7.0...0.8.6)

Updates `maturin` from 1.7.5 to 1.8.1
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.7.5...v1.8.1)

Updates `ruff` to 0.8.6
- [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.7.0...0.8.6)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: pyarrow
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: maturin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent c29e771 commit 97b5724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/ommx-python-mip-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dev = [
"numpy",
"pyright",
"pytest",
"ruff >= 0.7.0, < 0.8.0",
"ruff >= 0.7.0, < 0.9.0",
"sphinx",
"sphinx-autoapi",
"sphinx_fontawesome",
Expand Down
8 changes: 4 additions & 4 deletions python/ommx/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin == 1.7.5"]
requires = ["maturin == 1.8.1"]
build-backend = "maturin"

[project]
Expand All @@ -25,10 +25,10 @@ classifiers = [

requires-python = ">=3.9"
dependencies = [
"numpy>=1.23.0, <2.0.0",
"numpy>=1.23.0, <3.0.0",
"pandas>=2.0.0, <3.0.0",
"protobuf>=5.26.1, <6.0.0",
"pyarrow>=16.0.0, <17.0.0",
"pyarrow>=16.0.0, <19.0.0",
"python-dateutil>=2.9.0, <3.0.0",
"typing-extensions >= 4.12.2, < 5.0.0",
]
Expand All @@ -44,7 +44,7 @@ dev = [
"networkx",
"pyright",
"pytest",
"ruff >= 0.7.0, < 0.8.0",
"ruff >= 0.7.0, < 0.9.0",
"sphinx",
"sphinx-autoapi",
"sphinx_fontawesome",
Expand Down

0 comments on commit 97b5724

Please sign in to comment.