Skip to content

Commit fe330f3

Browse files
committed
chore: update textsearch to latest version 0.0.24
- Bump textsearch requirement from >=0.0.21 to >=0.0.24 - Updated in requirements.txt, pyproject.toml, and setup.py - All tests passing with latest version
1 parent f7d3bc6 commit fe330f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Topic :: Text Processing :: Linguistic",
3030
]
3131
dependencies = [
32-
"textsearch>=0.0.21",
32+
"textsearch>=0.0.24",
3333
]
3434

3535
[project.optional-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
textsearch>=0.0.21
1+
textsearch>=0.0.24

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
zip_safe=False,
5353
platforms="any",
5454
python_requires=">=3.10",
55-
install_requires=["textsearch>=0.0.21"],
55+
install_requires=["textsearch>=0.0.24"],
5656
)

0 commit comments

Comments
 (0)