aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-08 04:58:29 +0000
committerGravatar GitHub <[email protected]>2025-03-08 04:58:29 +0000
commitde94f92c75c3ae0e41e6023a10542fdbb80feb0d (patch)
tree2b264c84edb91b507c5b3a318b7ea7154e7b054f /pyproject.toml
parentAdjust user input to title cased when looking up name (#1651) (diff)
Bump rapidfuzz from 3.10.1 to 3.12.2 (#1654)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.10.1 to 3.12.2. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.10.1...v3.12.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bb024dcf..975a1d29 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ pydantic = { version = "2.10.1", extras = ["dotenv"]}
pydantic-settings = "2.6.1"
pyjokes = "0.8.3"
PyYAML = "6.0.2"
-rapidfuzz = "3.10.1"
+rapidfuzz = "3.12.2"
sentry-sdk = "2.19.2"
[tool.poetry.dev-dependencies]