diff options
author | 2024-06-11 14:55:38 +0000 | |
---|---|---|
committer | 2024-06-11 14:55:38 +0000 | |
commit | f03596adb6a7fa45831c8644cee70d1d879d8444 (patch) | |
tree | 1ab232480ea3e9142c6add36ee97216f815a3ab8 /pyproject.toml | |
parent | Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0 (#1549) (diff) |
Bump rapidfuzz from 3.9.2 to 3.9.3 (#1544)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.2 to 3.9.3.
- [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.2...v3.9.3)
---
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 239900c6..48123a96 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.1.0", extras = ["all"] } -rapidfuzz = "3.9.2" +rapidfuzz = "3.9.3" arrow = "1.3.0" beautifulsoup4 = "4.12.3" pillow = "10.3.0" |