This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-orbit.git


The following commit(s) were added to refs/heads/main by this push:
     new 8150d444 Bump the python-dependencies group across 1 directory with 3 
updates (#67)
8150d444 is described below

commit 8150d44426ba944adf07248f81562d984e1163c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 22:32:33 2026 +0200

    Bump the python-dependencies group across 1 directory with 3 updates (#67)
    
    Updates `numpy` to 2.5.2
    Updates `coverage` from 7.15.2 to 7.16.0
    Updates `ruff` from 0.16.0 to 0.16.5
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pyproject.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 69a044bb..cfe20019 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -90,7 +90,7 @@ dependencies = [
     "h5py>=3.10.0",
     # License: BSD
     # Required for knnvector workload
-    "numpy>=1.24.2,<=2.5.1",
+    "numpy>=1.24.2,<=2.5.2",
     # License: MIT
     "tqdm",
     # License: MIT
@@ -137,11 +137,11 @@ develop = [
     "pytest-benchmark>=4.0.0",
     "pytest-asyncio==1.4.0",
     "tox>=4.0",
-    "coverage==7.15.2",
+    "coverage==7.16.0",
     "twine==7.0.0",
     "wheel>=0.38.4",
     "github3.py==4.0.1",
-    "ruff==0.16.0",
+    "ruff==0.16.5",
 ]
 
 # ---------------------------------------------------------------------------

Reply via email to