diff options
author | 2025-03-08 04:58:29 +0000 | |
---|---|---|
committer | 2025-03-08 04:58:29 +0000 | |
commit | de94f92c75c3ae0e41e6023a10542fdbb80feb0d (patch) | |
tree | 2b264c84edb91b507c5b3a318b7ea7154e7b054f /pyproject.toml | |
parent | Adjust 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.toml | 2 |
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] |