diff options
author | 2024-08-31 19:05:10 +0000 | |
---|---|---|
committer | 2024-08-31 19:05:10 +0000 | |
commit | 94a07c3835565d5981589131066b52e0d9a3f40c (patch) | |
tree | 5a440fb56c6c636efa5132eb6ef9644d00139044 /pyproject.toml | |
parent | Bump sentry-sdk from 2.10.0 to 2.13.0 (#1592) (diff) |
Bump rapidfuzz from 3.9.4 to 3.9.6 (#1598)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.4 to 3.9.6.
- [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.9.4...v3.9.6)
---
updated-dependencies:
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 e5e4c7b7..fc8b22bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "11.3.1", extras = ["all"] } -rapidfuzz = "3.9.4" +rapidfuzz = "3.9.6" arrow = "1.3.0" beautifulsoup4 = "4.12.3" pillow = "10.4.0" |