aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-01 14:17:42 +0100
committerGravatar GitHub <[email protected]>2023-08-01 14:17:42 +0100
commit3414fabed2cacabb3d4eeaa326df83853ae24ae4 (patch)
tree96c306a4eda86812d0ad94b9e96124725575faa7 /pyproject.toml
parentBump emoji from 2.6.0 to 2.7.0 (#1336) (diff)
Bump rapidfuzz from 3.1.1 to 3.1.2 (#1334)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.1.1 to 3.1.2. - [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/v3.1.1...v3.1.2) --- 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8437b972..774883fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ python = "3.11.*"
pydis_core = { version = "10.0.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
-rapidfuzz = "3.1.1"
+rapidfuzz = "3.1.2"
arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
pillow = "10.0.0"