aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-20 16:10:50 +0100
committerGravatar GitHub <[email protected]>2024-05-20 16:10:50 +0100
commit0896ebead5591f6eff1c74d60d7b9cabd216e964 (patch)
treec1b97f150585a22a8ed7b4af48e98a6c096a0703 /pyproject.toml
parentImprove embed status action (#1532) (diff)
Bump rapidfuzz from 3.9.0 to 3.9.1 (#1533)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.0 to 3.9.1. - [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.0...v3.9.1) --- 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 505a3788..abd31f5c 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.0"
+rapidfuzz = "3.9.1"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.3.0"