aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-11 10:57:38 +0000
committerGravatar GitHub <[email protected]>2023-04-11 10:57:38 +0000
commit782e370b68337b08380cb28f641c6cb9ee0c3048 (patch)
treee5fdc2da8a02cb677fba6e9a05208a9c4e3ffdab /pyproject.toml
parentMerge pull request #1251 from python-discord/dependabot/pip/sentry-sdk-1.19.1 (diff)
Bump rapidfuzz from 2.15.0 to 2.15.1
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.15.0 to 2.15.1. - [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.15.0...v2.15.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 bc54178c..ca8c39cc 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.15.0"
+rapidfuzz = "2.15.1"
arrow = "1.2.3"
beautifulsoup4 = "4.12.1"
pillow = "9.5.0"