Skip to content

Commit 8f48495

Browse files
committed
fix dependencies
1 parent 9c28178 commit 8f48495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [ "CHANGELOG.md" ]
1818
[tool.poetry.dependencies]
1919
python = "^3.8"
2020
packaging = ">=20.9"
21-
rapidfuzz = "^3.10.1"
21+
rapidfuzz = "^3.9.0"
2222

2323
[tool.poetry.dev-dependencies]
2424
coverage = {version = "^7.3.0", extras=["toml"]}

0 commit comments

Comments
 (0)