From 7f43f8a46475e623da7e46e9dfbde191c01cc1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:18:57 +0000 Subject: [PATCH] Bump tantivy from 0.24.0 to 0.25.0 Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/quickwit-oss/tantivy/releases) - [Changelog](https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md) - [Commits](https://github.com/quickwit-oss/tantivy/compare/tantivy-query-grammar-v0.24.0...0.25.0) --- updated-dependencies: - dependency-name: tantivy dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 072779e..7d87df1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -95,7 +95,7 @@ six==1.17.0 ; python_version >= "3.11" and python_version < "3.14" sniffio==1.3.1 ; python_version >= "3.11" and python_version < "3.14" sqlalchemy==2.0.43 ; python_version >= "3.11" and python_version < "3.14" structlog==25.4.0 ; python_version >= "3.11" and python_version < "3.14" -tantivy==0.24.0 ; python_version >= "3.11" and python_version < "3.14" +tantivy==0.25.0 ; python_version >= "3.11" and python_version < "3.14" textual==4.0.0 ; python_version >= "3.11" and python_version < "3.14" threadpoolctl==3.6.0 ; python_version >= "3.11" and python_version < "3.14" tqdm==4.67.1 ; python_version >= "3.11" and python_version < "3.14"