aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 04:52:13 +0000
committerGravatar GitHub <[email protected]>2023-06-12 04:52:13 +0000
commitbe9cf10979133d83dd823cd2bb0708eb01676880 (patch)
treec579e2ff37019fc97398322ed365f5da90a4277f
parentBump emoji from 2.4.0 to 2.5.0 (#1293) (diff)
Bump rapidfuzz from 3.1.0 to 3.1.1 (#1291)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock251
-rw-r--r--pyproject.toml2
2 files changed, 96 insertions, 157 deletions
diff --git a/poetry.lock b/poetry.lock
index e8e9715c..d46de6e7 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,10 +1,9 @@
-# This file is automatically @generated by Poetry and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "aiodns"
version = "3.0.0"
description = "Simple DNS resolver for asyncio"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -19,7 +18,6 @@ pycares = ">=4.0.0"
name = "aiohttp"
version = "3.8.4"
description = "Async http client/server framework (asyncio)"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -128,7 +126,6 @@ speedups = ["Brotli", "aiodns", "cchardet"]
name = "aiosignal"
version = "1.3.1"
description = "aiosignal: a list of registered asynchronous callbacks"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -143,7 +140,6 @@ frozenlist = ">=1.1.0"
name = "arrow"
version = "1.2.3"
description = "Better dates & times for Python"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -158,7 +154,6 @@ python-dateutil = ">=2.7.0"
name = "async-rediscache"
version = "1.0.0rc2"
description = "An easy to use asynchronous Redis cache"
-category = "main"
optional = false
python-versions = "~=3.7"
files = [
@@ -177,7 +172,6 @@ fakeredis = ["fakeredis[lua] (>=1.7.1)"]
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -189,7 +183,6 @@ files = [
name = "attrs"
version = "23.1.0"
description = "Classes Without Boilerplate"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -208,7 +201,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
name = "beautifulsoup4"
version = "4.12.2"
description = "Screen-scraping library"
-category = "main"
optional = false
python-versions = ">=3.6.0"
files = [
@@ -227,7 +219,6 @@ lxml = ["lxml"]
name = "certifi"
version = "2023.5.7"
description = "Python package for providing Mozilla's CA Bundle."
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -239,7 +230,6 @@ files = [
name = "cffi"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -316,7 +306,6 @@ pycparser = "*"
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
-category = "dev"
optional = false
python-versions = ">=3.6.1"
files = [
@@ -328,7 +317,6 @@ files = [
name = "charset-normalizer"
version = "3.1.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
-category = "main"
optional = false
python-versions = ">=3.7.0"
files = [
@@ -413,7 +401,6 @@ files = [
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
-category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
@@ -425,7 +412,6 @@ files = [
name = "coloredlogs"
version = "15.0.1"
description = "Colored terminal output for Python's logging module"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -443,7 +429,6 @@ cron = ["capturer (>=2.4)"]
name = "discord-py"
version = "2.2.3"
description = "A Python wrapper for the Discord API"
-category = "main"
optional = false
python-versions = ">=3.8.0"
files = [
@@ -464,7 +449,6 @@ voice = ["PyNaCl (>=1.3.0,<1.6)"]
name = "distlib"
version = "0.3.6"
description = "Distribution utilities"
-category = "dev"
optional = false
python-versions = "*"
files = [
@@ -476,7 +460,6 @@ files = [
name = "emoji"
version = "2.5.0"
description = "Emoji for Python"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
@@ -490,7 +473,6 @@ dev = ["coverage", "coveralls", "pytest"]
name = "emojis"
version = "0.7.0"
description = "Emojis for Python"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -502,7 +484,6 @@ files = [
name = "fakeredis"
version = "2.12.0"
description = "Fake implementation of redis API for testing purposes."
-category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
@@ -523,7 +504,6 @@ lua = ["lupa (>=1.14,<2.0)"]
name = "filelock"
version = "3.12.0"
description = "A platform independent file lock."
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -539,7 +519,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "p
name = "frozenlist"
version = "1.3.3"
description = "A list-like structure which implements collections.abc.MutableSequence"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -623,7 +602,6 @@ files = [
name = "humanfriendly"
version = "10.0"
description = "Human friendly output for text interfaces using Python"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -638,7 +616,6 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve
name = "identify"
version = "2.5.24"
description = "File identification library for Python"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -653,7 +630,6 @@ license = ["ukkonen"]
name = "idna"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
-category = "main"
optional = false
python-versions = ">=3.5"
files = [
@@ -665,7 +641,6 @@ files = [
name = "isort"
version = "5.12.0"
description = "A Python utility / library to sort Python imports."
-category = "dev"
optional = false
python-versions = ">=3.8.0"
files = [
@@ -683,7 +658,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"]
name = "lupa"
version = "1.14.1"
description = "Python wrapper around Lua and LuaJIT"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -768,7 +742,6 @@ files = [
name = "lxml"
version = "4.9.2"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
files = [
@@ -861,7 +834,6 @@ source = ["Cython (>=0.29.7)"]
name = "mslex"
version = "0.3.0"
description = "shlex for windows"
-category = "dev"
optional = false
python-versions = ">=3.5"
files = [
@@ -873,7 +845,6 @@ files = [
name = "multidict"
version = "6.0.4"
description = "multidict implementation"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -957,7 +928,6 @@ files = [
name = "nodeenv"
version = "1.7.0"
description = "Node.js virtual environment builder"
-category = "dev"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
files = [
@@ -972,7 +942,6 @@ setuptools = "*"
name = "pillow"
version = "9.5.0"
description = "Python Imaging Library (Fork)"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1052,7 +1021,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa
name = "pip-licenses"
version = "4.3.2"
description = "Dump the software license list of Python packages installed with pip."
-category = "dev"
optional = false
python-versions = "~=3.8"
files = [
@@ -1070,7 +1038,6 @@ test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner"]
name = "platformdirs"
version = "3.5.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1086,7 +1053,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-
name = "pre-commit"
version = "3.3.2"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
-category = "dev"
optional = false
python-versions = ">=3.8"
files = [
@@ -1105,7 +1071,6 @@ virtualenv = ">=20.10.0"
name = "prettytable"
version = "3.7.0"
description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1123,7 +1088,6 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixture"]
name = "psutil"
version = "5.9.5"
description = "Cross-platform lib for process and system monitoring in Python."
-category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
@@ -1150,7 +1114,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
name = "pycares"
version = "4.3.0"
description = "Python interface for c-ares"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1218,7 +1181,6 @@ idna = ["idna (>=2.1)"]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
@@ -1230,7 +1192,6 @@ files = [
name = "pydantic"
version = "1.10.8"
description = "Data validation and settings management using python type hints"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1284,7 +1245,6 @@ email = ["email-validator (>=1.0.3)"]
name = "pydis-core"
version = "9.6.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
-category = "main"
optional = false
python-versions = ">=3.10.0,<3.12.0"
files = [
@@ -1305,7 +1265,6 @@ async-rediscache = ["async-rediscache[fakeredis] (==1.0.0rc2)"]
name = "pyjokes"
version = "0.6.0"
description = "One line jokes for programmers (jokes as a service)"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1321,7 +1280,6 @@ test = ["coverage", "pytest", "tox"]
name = "pyreadline3"
version = "3.4.1"
description = "A python implementation of GNU readline."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1333,7 +1291,6 @@ files = [
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
-category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
files = [
@@ -1348,7 +1305,6 @@ six = ">=1.5"
name = "python-dotenv"
version = "1.0.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
-category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -1363,7 +1319,6 @@ cli = ["click (>=5.0)"]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1411,104 +1366,103 @@ files = [
[[package]]
name = "rapidfuzz"
-version = "3.1.0"
+version = "3.1.1"
description = "rapid fuzzy string matching"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
- {file = "rapidfuzz-3.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:156bff36ae590097407d1681872b9fc07a0d35fc8d761f81787873f1a2e6551f"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9242f026d47f2856ee4be13e1d1d49bdfab0eaf06913c463d66430e1c6cbb554"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1bd67ca32f4313884760af528723f2b6225a683632e400fb935acd4965c016c9"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7d0724c7df783cb8bcf74714779a7edb9eed400447f9f69fbf14b98a745a6fa9"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d7e96099f728300f47772c390662440083d7631517720ed4adc5081fa6ac21a8"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cf01fc028902b18bfb389fa5a8b0dd22b83283cc18844d14731cd69ab45f2e73"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f07f6c8f31b46c4ac32cbaf7583a520aa273e17576ca91e1f3dd1bf90436db4"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:71d8f4b6ccaba4d2f13b123280fc5bd4dc17251f7ccad011cfb3b061c5ecf0ee"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:df0fd069bded565b8db571bc603750ad46174f31e542e6bf9091fad5bc3fe72e"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:d9c74e1f51a2d293597dbaacec2cb833264eac64b3dabac782d8117acd3fe18b"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:aa8fa7c873a3b2bde4a12c49304d5a067588379e25cc9d987de7d72c98b09508"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:ec61acc5ed8e58b32d35c7911647ece0ee7a453716c0363a4de8b3951967a417"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4ae7e677bd458be4c24d218d8c66c0c58188153fe7fc4beaab1556a05a627749"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-win32.whl", hash = "sha256:4a27561f9ade80ff127ea3cefb38ac68b6e568bec4aa88ac0c79dfaccb96f203"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:df692c11f592c795eec91f635eba049ab5fe63b10fc8317a19371940e483e13c"},
- {file = "rapidfuzz-3.1.0-cp310-cp310-win_arm64.whl", hash = "sha256:ae46ecb7872ee64f318d0936cc85de57fea6cf5d182774aa514cad6a6aa18893"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8fb25ddb61a2e3b1cdedde6bcad7c4a09674f89f2d90b24e1b7b296689d1dfed"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9e1b66e1c271bb0cad8cd488c5bad22b00045528a7ab5338d6bfba475bc92b7d"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9e5053a4ae2c7d5073ee4a9fd0ac342afd1d2452b3fa52173fd9a6a8eda85b15"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec9bf22d0a8da08b7caaec43bb246133408ee65cf7a890530cd65c8d7d465a09"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5df0b52aad127edf037cface4b68532ce10b6487aa2e73510947da551e131c7"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1bf2866b122c6e1a76e577ae0a2bf44b68c66f1ce27da6e24b200711fa2d8356"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f7730b86560e428a4a654233414ada5a61975a39be9a2688fabc6fca6b946c8e"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:16a1a896e9d6c140b170b2b4579117c6bcd79525913fb9d58b10b75ff131c7fe"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:232eed0e61c826712771e95b241a7e97aac8163b1d925b6fb7d48e6ecb8f57f6"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:b27ca51d3df8cf7818a61acc131f29b407703a181a22c89913c798681eff24cd"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:c08164b17dd23b0e609daaf2a826e0b0a30affc0b8c12dc0fbb334e75afb677a"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:9e6b69e38d0249f8b04d3cef508b9b3eafeb2901aa42b3d056c4b6e6b5692b25"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ce69229bae58ff293108594494d509301bfecd7798ae87e3d6918feb9c7746d2"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-win32.whl", hash = "sha256:344a213efabda2d5c75a3b8e735a8fd87681df94fb789c9bb399e5d852785b15"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:19413d18de87b89bbfba7289cd9ea3ef1aebf2d5a857c22bc93cd637108afc25"},
- {file = "rapidfuzz-3.1.0-cp311-cp311-win_arm64.whl", hash = "sha256:48640c20c0074a27e8626a94f5b6abac5900dac0fa385ed3b2bbe44ec5be3838"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5a7d832ccb9cd1cea92a30a46181c6efd71b08743bbc31f4faf0bccb8694a655"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:091fd97691596953a41a356ffa73d1db7fdf80a48f241b3c359eab48858f09f4"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:55b2cead6c5be3f694f510e6a6fb92c9fed25791e271e01db501c53f1c92bad9"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cb1f63cbd7a366d359860a5e18f988fa96bab2b2ae118134f494af313e13a075"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8f486c48567829789d4923033b7acdf4f8940e8a31f6bbfa96cbc918c1b96fd"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:20654bac010b87e64a41d9b3c9bdcc99c74a72746e6175aedf6dfce0cc484e6e"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b38b39940a8dce1a04cf3c389918ae141ecf5562f0ad7b1daae0e7505aafc6d0"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:7216cd3720727768013fd826db5378210d05af0a4fd047e50080be51d352c958"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:03080921776e52be240bb522486a2de258adee50d58bd490fcc23c0ba8845ceb"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:514c1a0ccdb796f61676b7abbb420b717b77c1826d65fc3a62faa9afd8c87c94"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3046544209b4aaca2171068789e196e98ae91d7896141a43b3627c7bb3e4c04f"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-win32.whl", hash = "sha256:8b231cb3bba5f22ae07f03adb721204ffa8ffad75484ce3341245cd59037641b"},
- {file = "rapidfuzz-3.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:254237773a4843d4c7e8307bb2940e93e3d8cf596c999b8ac659caf05007e0a0"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:284bfc02c87d1ed1fc054b9e6f5014a4f7b85f4f3213e5f95021afe36297b9e9"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1e606bee8665a223fbbcf05a071700a9d826ded087d7bd5029cf96b991a25cf5"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d66cd0edf3066099ab14f02b97796d077b041db122d75f7d2efd04a4c2b918ed"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d2b6813aefa9e918181584c8437bcf3ec4737fbb51c164c5979bbd5cb2adc8c5"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3d0a085961b22f0550dc295b0682c4944b181c5d7e7e9b9a14a241e379d394f1"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c0e242a99ce7d5927f1ca4741ae72a4f9e73a06b5e36c99e2263134d313d92d4"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1b78aefa18f392f9afc98cc1e6e4f8ca9961f79603565b0dcec8fcd7f9df6396"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:481d80b0613d250d4ff4e152f3bc84eaa0ed72d45c30af28cbc7416206019d87"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:cab747e5f9478a2f7048cb4ab77b6ff8360acf8abaa55548d766f4844ecc84a8"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:29f6a4b732789076696e9686ccbff3bb45f3bdc59d78ca4592e57cb8ba27e4d2"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:36db1b8df4e9d9d28292fab4238ee264ff90f13b6a77b4b89eefb5c447deee07"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:29fa6a22f421a081bbd1dd25d0a7ffd246777da8d00e3882a83bb4dfb8ed21e0"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:be308acb7395cb9844d9d6f29535da4264de6b6fe38655808c0441c0b0f0ba83"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-win32.whl", hash = "sha256:a3d6d9a3a83f3d04b1822d6df06ad197b7bccca1e37760531f44206f3509540a"},
- {file = "rapidfuzz-3.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:623f9e339e53e5dfd2fe7146115238a598ae7356cdd517a3d0b106e049f0cbf3"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:45103921c13cf80e064fceab8645cf24e2394fd09b9c753f3b68f0f392ffa190"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7804f758bc7685837242bae7404470d6b0b1fcb182ac674e1a301336a71cb7b5"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:568ce3eeae6bd027dbd358ba9bbe45dfb6fee53bf69ff8b92b7a837d935bb702"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7fcbffe5e73c775cd4657f2b3e30981dd9e6fa6f3e089cd819b4c6782a785ed6"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:264467fc730d13e295a42362e331143b2431baf9bffaa0dbc73773ed7667525a"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7690c1b81ca2b33721a7c11aa2610da5dd8b91312f8d3b4828abea793a7cb3bc"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f1aa34f56052be1bde88ef011e31097916dd3c2b32aa3fe9218153b9f2332300"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e6b35079765e3d7427ffa601611a6f163bfe0858a70f3c28073ea285c4c8754"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:e918fd975e0ff561635f2d9b2bb09eb9d3f83c9d2b7ed0df4cad30952062a54e"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:671491f57ef4fbe1028382b89cb52aa7dfeb80ddf2be57cf933bab4d37b3fbd7"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:38a86930027c8eb7e71662d0c8e69011166c9d27fa4400e9999d43e021d57891"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:489423ed9d415739665537f1337633e8202e1f3c893f11013ec41c7295809c7c"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:f1d736102ea27d02c45e6bb1a859be4e7c3ab88df261c66019433ca46b292d63"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-win32.whl", hash = "sha256:785de98c954d9c61354ab5efdab2a7d16deb9642e168a320e5f293c89cbc11c4"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:a4e505320749ea4c9aeec46718637c823f33fe80469597400059c8ca1fbbbea2"},
- {file = "rapidfuzz-3.1.0-cp39-cp39-win_arm64.whl", hash = "sha256:7b9632a23f7308c5db732a36318583e59dc862bf827338130b63dfe2424b4d6b"},
- {file = "rapidfuzz-3.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d98a80bb3c3834118e4e159c812d77cd1f2384f248d7aaafce2d50eb45603dde"},
- {file = "rapidfuzz-3.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fb7294e08a6f6174faa99d7619e030593e0f89e16ec1a5699d5aafeca147872"},
- {file = "rapidfuzz-3.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:406f46646626df090b60fd7a5a135c4f70fecb181019b81ad913634a630431b5"},
- {file = "rapidfuzz-3.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d820632b15ee16f066ecbee9081c280b27738fe3f3aeb8e6f3cff6b99b46825b"},
- {file = "rapidfuzz-3.1.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:06c7ebba86efe27fb0d06ad2209e09a325cbae846cf0dba4d1a713c6a25e3cf1"},
- {file = "rapidfuzz-3.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:9c40acaf9d73120d19062bd97e435b30696cae248610095ccd97f16f9a685915"},
- {file = "rapidfuzz-3.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7349691e553b9b5490d1a37e4f450ecc940633be2bc171320a17a75a38097d74"},
- {file = "rapidfuzz-3.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:86c6fd31e5c579d65deb4783c4335a457b6fbc0d6f5fa40ed9357b8d1b599262"},
- {file = "rapidfuzz-3.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:736ee37c47d8b48951fbc553d5ef7d71e3d868c818b8d0853a1e23a01701640b"},
- {file = "rapidfuzz-3.1.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:38e7fc847162a9fcd1c73e2874af456f72e20f8643e55b0637677854a1d618dd"},
- {file = "rapidfuzz-3.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f425aefa94c79e304c896addf97ffc057750840f0821b5a098071a56a4c0e922"},
- {file = "rapidfuzz-3.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:814a9926e943093c315e6a7d78b425d03f76a8ea03f4c706af43bafaba257e2f"},
- {file = "rapidfuzz-3.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52f3c5754738b9695b81e5b3b9185e9975defdb9755617063b827386019d6a5"},
- {file = "rapidfuzz-3.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:55e1d086d373ecce7176dcd67863dccca95400b76f2908f714711ae52ca997e5"},
- {file = "rapidfuzz-3.1.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:53789a4dacb9d2001d71e8a255064222bd7c8b34cfae4120a8777fb8235e5fe1"},
- {file = "rapidfuzz-3.1.0.tar.gz", hash = "sha256:5571e38ef9452cc89203c9f30fabf23b1fc59dcc2063762d0b037ebeb7c40a58"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:17e4cbe6632aae7c35101c4b7c498e83f6eacf61be0def4ff98167df30dc69ca"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:167dbce2da6bb5b73d43e53434c5a9d7d1214b658b315420e44044782f4c482b"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:cdee4f4d04761ce167538adbefa01a64e7cab949d89aa09df39ef0d5e859fb2a"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88e77ed7d0bd8d9be530c462c921904ada8d3417671eed749784c5a315af334d"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fdd2ab5ab56fcaf839a9f58caa8756dbfeba0b3dc187850b763d0a1e6ee9c97a"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0843c53d54d5b7d6122d8f1d7574d8c91a7aacc5c316f74d6e33d98aec82949d"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3b3e953dcef0302eeb4fe8c7c4907e50d175199fc07da05ad6bd1d8d141ff138"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec5523d5c08c639cd4e301d42f3ad7c6fb061a1f1cd6b5b627e59af345edfed7"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b4995792e106c3f1ab6f56dd6089918b065888e2e55a71e3fea8d0f66bf30989"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:cdbf9a76ea47f14026daaed43a2c2150ab0e9a4d5396909f028380f33e61c522"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:f25d1975e846d07990cf946a5927a932aa7cccd308ae9979b03a58ff1cd80087"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e0755f5ac6c3d1dc2505eb2e6eaf5508ff17b42c084406714fbabf2d50d098b6"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:de784bbe06d32e66617cd20766c37aae2438902d54b3fa608d2e0a929ca705f4"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-win32.whl", hash = "sha256:ef6c38040d868dcc0132fad377aafeb5b2da71354759e77f41ae599316df2dee"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:7c74fde444bcd13ef3a803c578b28f33b4f9edf368f46ca3de57fda456065967"},
+ {file = "rapidfuzz-3.1.1-cp310-cp310-win_arm64.whl", hash = "sha256:e549da8d68ad4ee385c918ea8b9efeda875df9edf6c6b48df927bd061c00bfef"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:58ca539cc6ce385d650138a9b1908b05622c2dd08a23d5aea4890523ef3774d5"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:91946c496e6f380939dbea14ff6ce6de87480445c09d03964f5374101462594b"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7f2024f83a9300440e845b441e71726471f7567021c1d80796ca02e71c5f0dc2"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:17b017f9e1b88dfd6d9b03170ef8e86477de0d9d37fbfcbe72ca070cacbe1b65"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e6772eb7cc4429f1eae5a9b41e5b0b1af8f0d50727c6e338d9ad5bceee01da5a"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c089ce856919e03f4dd8f9168d60ac580d30cd0451fd60dcdef73010eca68973"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3f2cd9a3760080876fc59edb26926e51d6db44dea65e85f1eb04aa5f58c3bc41"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f32791ee045a7b3d6a56208a55d996d5f7a32fdb688f5c5ee899cb7589539eb"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:68d910048b36613701ea671de68f701e2c1ba2839295238def840ff1fc1b15f4"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:6f767d4823002e65c06ea273f952fda2b88775e1c2d508564f04d32cdd7f65b2"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:10313075642a9f1f948d356f4f0803ae28a496d7967b466b9cae1a4be8aa4df3"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:1465ea085154378e69bf4bc5e27bdac5c94684416882ace31865232adc9239a2"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:53e3c588e7ea158fa80095dd0ff53f49e2ede9a8d71a3a5b964ca045d845a9b9"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-win32.whl", hash = "sha256:cb08db5c122fea4196483b82f7596e50ef9cab1770f7696c197bf0815ac4dd17"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-win_amd64.whl", hash = "sha256:b7c65112c87568274d399ad7a62902cef17801c2bd047b162e79e43758b3ce27"},
+ {file = "rapidfuzz-3.1.1-cp311-cp311-win_arm64.whl", hash = "sha256:ea3e46a534de97a6cad2018cb950492a0fcacad380e35440ce3c1c8fef96a261"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a8bb256b34fcad4f3fa00be6b57fe35bcb54f031911195929145c67d9738ffec"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:51f21f37aec6bc117e9083181ddc3cbbcbf56b6506492b128d8e836d3545ca80"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5a371846f45ed9d24927a8d5222884536c1e171543396b36250fafb2e848bc92"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:25eea5c8006b6c8747ca204675c9e939f3c4d27167fb43b2aa211443d34f9abd"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:db5e71e5a810d2f1163c914e01b3ba241409a98286ac4850ff26076115ae401b"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c07e16ab38e717931319cff1340debbf2ef940a1cda4eb70e323079b62df306"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:aadc5a8b9859737a8f87831215b7fab0c04afeb960bb987c528421a4e6dfb8b6"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:0de229cb613be060580c71c1674acbde57921c7ed33d7a726e071a2562924113"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:b1bf8aba99b267aad0a01dfb44ee39803676007724abcfb72129c350476b2341"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:d3264e4a02e4148e30078104fb0c1b6c8eb166ddc5ebe843a22433f58f87dc47"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:712331c1c70c79a219c2ac233b4e25e75ffad51042840d147d5e94519c7d8a1a"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-win32.whl", hash = "sha256:6ede2d42ad55bd4e7a3394e98c5f58ddace78775493391732d32be61268a4116"},
+ {file = "rapidfuzz-3.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:32a5c47b5153f25eb512dbb91f9850225d2dcfb3404a1c48406726c7732b0726"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:51bb8f7aa4fe45618e75cdccf08491c752a7f137ffbf7d3afd1809791ac8c326"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:788fb03c5acb5b48f5f918f4cbb5dc072498becf018c64e7e27d6b76e63e68b8"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:dc7f25e20781c8d42e813516ee4ff9043ecce4a8e25fc94ee6732a83d81c1c99"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a4a751f216fd1222a4a8c7ceff5180872a156202c3bdca1b337e5a5b09298dfd"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:83b48b789f2da1688882cba595c40179194ab15ec17ea1d4c9de9ee239649904"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:09a6f5cd9f1282da49b8d0747c40f3fea2d64ab5e4c2cc2295baf87ff7a0d062"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5fe8054c244bf63be2380efc275edd86da3a706460d42911dc3ff914f3260a5"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d4d509e9aa011e1be5e4da7c5062dc4fc3688714687110536925980b3d03ac6"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ccc1b5b467766110085c80bb9311d233fccc8ed1ce965aebba3125e1bab04cba"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:7e181411958d04d5b437a0981e87815e8f1b1909f5ae0e339246d3bc464f53e7"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:c53cf36cdb10819b7154fefdbffbef442ba567d9c1ca74a7e76fd759ace45e6c"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:851b44130393139cb336aa54c681d595d75a3160b7be330f3acc0c3b9dabce70"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49d900da023eeb3bfbe9feee126312eb9fd0458129aa5a581e4d8d8bf4483d14"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-win32.whl", hash = "sha256:6c0e96821029c46847df4ff266ea283a2b6163a4f76a4567f9986934e9c4410c"},
+ {file = "rapidfuzz-3.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:7af18372f576e36e93f4662bdf64043ac23dfa02d7f768d7e7e1d0211bb9cb35"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8b966344ed4122a71ab8ccdca2954db1ce0d8049cb9bcac58db07558f9d9ec32"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a293370448f2e46fdc6e086ac99923015bdc53973a65d3df35aefc685e1a5809"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:351d253fdee62d6d0e80c75f0505accc1ce8cc73a50779c60986ef21c92f20f9"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e951c874a0e5b375b2af9b5f264eefc679c0685c166ee0641e703ef0795509b"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4019def8a18bc867ac61f08a542bf474a7a9b3f662f5d5cd169c9135866562f5"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:086a2d84c2e497e3ab160ccf164e319bca874d9383d008fcadf91ede8ac7997f"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6d4da453fbd8793ebb11bed396f8a4b9041d6227bf055903447305dd7942312f"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10f56af1d46fbeaaa0dc50901c2dc439c7a455cfdac2f1acf6cffeb65ae82c48"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:7726f67e4a0b2b4392f03aa62e16b12a697156c6735df27b21bd3ab561b01659"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d72916d27fb88741bfb576b0b0639354ca00f5e91046171c985262c68a86bbb5"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:8c85bb6946fb02231d1e60ab45c36ecee04ecf7f725e094f5beee798b6b7d36d"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:fb7049dff52cded65184a3d2ff45cfd226bff7314f49a8f4b83f943eea9181a7"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:408007b4bc5a0a0cb9bfcdcc8cffa9b71fec6ee53ccdf9c26b57539f7e264ab5"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-win32.whl", hash = "sha256:9dc7154889937ca5a004d17f62b4798e0af52f69c38eb3112dbdb52b006d4419"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:16c506bac2e0a6f6581b334a7802c2f0d8343ec1d77e5cf9452c33d6219abef8"},
+ {file = "rapidfuzz-3.1.1-cp39-cp39-win_arm64.whl", hash = "sha256:5e11e11880951e767342b56627ab2dc9d3ef90e2605b656e9b5e6e0beadaaf0f"},
+ {file = "rapidfuzz-3.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a8b8f32463781e4703965c9cf7a609a19a74478f332e0d62cd9d0e7a9db91321"},
+ {file = "rapidfuzz-3.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b408ac3c7f8c3414bfd5c6044ca4bb385b390bcf5eae3ad884cef48628c131ae"},
+ {file = "rapidfuzz-3.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9ff1a517de2b1e80ddf1a3037a6ebca9925154c1af70751518d50d5c332e1ec8"},
+ {file = "rapidfuzz-3.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1e23665be5918f979180130babedab9317fbb34cdae237c7defad7e86bc684e"},
+ {file = "rapidfuzz-3.1.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:15260263a0c7bffac934a53b6622d77e06e10929ee4d2e62ac6f70c13988f351"},
+ {file = "rapidfuzz-3.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f7acc5c9c7cf567372de5b6c817f93db508e7b9bd7f29bd6187df8d2cc60ced5"},
+ {file = "rapidfuzz-3.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:79f5a3ab7ff6c46336f38690f0564bc7689cefa180257ed9078c42f75b10c9d2"},
+ {file = "rapidfuzz-3.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:362e366e79fcc9a8866b41f20ef4d2987a06f8b134096e659594c059aa8a6d88"},
+ {file = "rapidfuzz-3.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:819d9317c3d86b508d87ab1bca5867f3abc18b902c822bc57366ccc6330a030b"},
+ {file = "rapidfuzz-3.1.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:4a64ddfb7084b678da7778c1263aee2baae5a2ca55ec5589a022defc38103eb1"},
+ {file = "rapidfuzz-3.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:8243bb4bb4db7c3501932ced6a978b284e19c3619b6802455e47bfd0905adb81"},
+ {file = "rapidfuzz-3.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39c7d0dbd77a7f28ff85a1dff2afb2ed73e5cd81cca3f654450ed339a271c0ab"},
+ {file = "rapidfuzz-3.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a4afab735bb0ac3ec9bafcc35376ed336d26af6140c4d81e4c869e77df77ecd5"},
+ {file = "rapidfuzz-3.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:69d503a7641b5a63aa53c7aca0b857d38f48cd7bae39f8563679b324e3d2d47a"},
+ {file = "rapidfuzz-3.1.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:ef3ad80458e47723812976a2ea1282ff207ad20e6cb19da1917f76699bd5aaa5"},
+ {file = "rapidfuzz-3.1.1.tar.gz", hash = "sha256:a06a08be3cb7d7df7993dd16e84aaf59bd5a7ff98a9f1b3e893d18b273a71c64"},
]
[package.extras]
@@ -1518,7 +1472,6 @@ full = ["numpy"]
name = "redis"
version = "4.5.5"
description = "Python client for Redis database and key-value store"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1537,7 +1490,6 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
name = "ruff"
version = "0.0.270"
description = "An extremely fast Python linter, written in Rust."
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1564,7 +1516,6 @@ files = [
name = "sentry-sdk"
version = "1.25.0"
description = "Python client for Sentry (https://sentry.io)"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1607,7 +1558,6 @@ tornado = ["tornado (>=5)"]
name = "setuptools"
version = "67.7.2"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1624,7 +1574,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
@@ -1636,7 +1585,6 @@ files = [
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1648,7 +1596,6 @@ files = [
name = "soupsieve"
version = "2.4.1"
description = "A modern CSS selector implementation for Beautiful Soup."
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1660,7 +1607,6 @@ files = [
name = "statsd"
version = "4.0.1"
description = "A simple statsd client."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1672,7 +1618,6 @@ files = [
name = "taskipy"
version = "1.11.0"
description = "tasks runner for python projects"
-category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
files = [
@@ -1690,7 +1635,6 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and py
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1702,7 +1646,6 @@ files = [
name = "typing-extensions"
version = "4.5.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1714,7 +1657,6 @@ files = [
name = "urllib3"
version = "1.26.15"
description = "HTTP library with thread-safe connection pooling, file post, and more."
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
@@ -1731,7 +1673,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
name = "virtualenv"
version = "20.23.0"
description = "Virtual Python Environment builder"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1752,7 +1693,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess
name = "wcwidth"
version = "0.2.6"
description = "Measures the displayed width of unicode strings in a terminal"
-category = "dev"
optional = false
python-versions = "*"
files = [
@@ -1764,7 +1704,6 @@ files = [
name = "yarl"
version = "1.9.2"
description = "Yet another URL library"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1851,4 +1790,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c6ef1096babf7a1b8402265f93620a2ed6102a9dd7adcbb5b37479ae419a12e0"
+content-hash = "c9aa24a2f89d4161728fd8a1001cd6538ee54ab56360586fda70d7fc83abc459"
diff --git a/pyproject.toml b/pyproject.toml
index 4229f060..cd6a1ea4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ python = "3.11.*"
pydis_core = { version = "9.6.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
-rapidfuzz = "3.1.0"
+rapidfuzz = "3.1.1"
arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
pillow = "9.5.0"