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 3ebb85ea Bump the python-dependencies group with 3 updates (#87)
3ebb85ea is described below
commit 3ebb85ea2078f11da4f40b4cceabc5a237a22326
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 18 14:17:39 2026 +0200
Bump the python-dependencies group with 3 updates (#87)
---
pyproject.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 7204fbe3..180a6b5b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ dependencies = [
"h5py>=3.10.0",
# License: BSD
# Required for knnvector workload
- "numpy>=1.24.2,<=2.5.2",
+ "numpy>=1.24.2,<=2.5.3",
# License: MIT
"tqdm",
# License: MIT
@@ -145,11 +145,11 @@ develop = [
"tox>=4.0",
# tox plugin: create tox envs with uv and auto-download missing Python
interpreters
"tox-uv>=1.11",
- "coverage==7.16.0",
+ "coverage==7.16.1",
"twine==7.0.0",
"wheel>=0.38.4",
"github3.py==4.0.1",
- "ruff==0.16.5",
+ "ruff==0.16.7",
]
# ---------------------------------------------------------------------------