aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-20 16:41:36 +0100
committerGravatar GitHub <[email protected]>2024-05-20 16:41:36 +0100
commitfb1acce0b0e59dc8a4deb8d332b87d5a4ce598b2 (patch)
tree6e1ded90268edf8be15fdd921c9590e8f4be3ea1 /pyproject.toml
parentCopy status_embed workflow from sir-lancebot (#3057) (diff)
Bump rapidfuzz from 3.9.0 to 3.9.1 (#3058)
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 ccd2ae94d..fb3e17f0a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ markdownify = "0.12.1"
more-itertools = "10.2.0"
python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
-rapidfuzz = "3.9.0"
+rapidfuzz = "3.9.1"
regex = "2024.5.15"
sentry-sdk = "2.2.0"
tldextract = "5.1.2"