From 97b5724b897264e3b9963c52d0b8ee642089a68f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:07:59 +0000 Subject: [PATCH] Bump the dependencies group across 2 directories with 4 updates 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](https://github.com/numpy/numpy/compare/v1.23.0...v2.2.1) Updates `pyarrow` to 18.1.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/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](https://github.com/astral-sh/ruff/compare/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](https://github.com/pyo3/maturin/compare/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](https://github.com/astral-sh/ruff/compare/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] --- python/ommx-python-mip-adapter/pyproject.toml | 2 +- python/ommx/pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/ommx-python-mip-adapter/pyproject.toml b/python/ommx-python-mip-adapter/pyproject.toml index ca20be52..4ada9e8b 100644 --- a/python/ommx-python-mip-adapter/pyproject.toml +++ b/python/ommx-python-mip-adapter/pyproject.toml @@ -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", diff --git a/python/ommx/pyproject.toml b/python/ommx/pyproject.toml index 3f7d9985..ca4e9f58 100644 --- a/python/ommx/pyproject.toml +++ b/python/ommx/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin == 1.7.5"] +requires = ["maturin == 1.8.1"] build-backend = "maturin" [project] @@ -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", ] @@ -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",