aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-03 11:02:44 +0000
committerGravatar GitHub <[email protected]>2023-04-03 11:02:44 +0000
commit78e341ef572567ebcd6c173d95f34e3d1e01bc5d (patch)
treeb6ccddd579232934878760017ae7be4ce12a08ff /pyproject.toml
parentMerge pull request #1243 from python-discord/dependabot/pip/redis-4.5.4 (diff)
Bump rapidfuzz from 2.13.7 to 2.15.0 (#1246)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.7 to 2.15.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.13.7...v2.15.0) --- 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 780f5bfc..f9da8395 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ python = "3.11.*"
pydis_core = { version = "9.5.1", extras = ["async-rediscache"] }
aiodns = "3.0.0"
-rapidfuzz = "2.13.7"
+rapidfuzz = "2.15.0"
arrow = "1.2.3"
beautifulsoup4 = "4.12.0"
pillow = "9.4.0"