diff options
| author | 2023-12-27 19:15:19 +0000 | |
|---|---|---|
| committer | 2023-12-27 19:15:19 +0000 | |
| commit | e136658b1e0fc6b265f39ae8dd0047646469a6d8 (patch) | |
| tree | ea420540c73ec13e5ea2ff278abbe077e530d535 /pyproject.toml | |
| parent | Bump regex from 2023.10.3 to 2023.12.25 (#2863) (diff) | |
Bump rapidfuzz from 3.5.2 to 3.6.0 (#2865)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c78744ac1..ac60d20c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ markdownify = "0.11.6" more-itertools = "10.1.0" python-dateutil = "2.8.2" python-frontmatter = "1.0.1" -rapidfuzz = "3.5.2" +rapidfuzz = "3.6.0" regex = "2023.12.25" sentry-sdk = "1.39.1" tldextract = "5.1.1" |