diff --git a/pyproject.toml b/pyproject.toml index 72b585e..8650516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "caribou>=0.4.1", "aiosqlite>=0.20.0", "pyjwt>=2.10.1", - "twitchio==3.1.0", + "twitchio==3.2.0", "redis>=5.2.1", "pytz>=2024.2", "discord-py>=2.4.0", diff --git a/uv.lock b/uv.lock index 6fb96ac..9f114f1 100644 --- a/uv.lock +++ b/uv.lock @@ -748,7 +748,7 @@ requires-dist = [ { name = "redis", specifier = ">=5.2.1" }, { name = "sniffio", specifier = ">=1.3.1" }, { name = "tenacity", specifier = ">=9.0.0" }, - { name = "twitchio", specifier = "==3.1.0" }, + { name = "twitchio", specifier = "==3.2.0" }, { name = "uvicorn", specifier = ">=0.34.0" }, ] @@ -1971,14 +1971,14 @@ wheels = [ [[package]] name = "twitchio" -version = "3.1.0" +version = "3.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4e/03/71aad99700042c98e7194c1d8778dc6ccc7b8a8967afd61bec63da68cf27/twitchio-3.1.0.tar.gz", hash = "sha256:2b1cac9e857bc524cb947c5284e704728a0561b372f1ac170f5de1714e8f8d56", size = 244969, upload-time = "2025-08-10T10:42:05.236Z" } +sdist = { url = "https://files.pythonhosted.org/packages/30/0a/c3a99aba21e6f293939a15215a197836c797add75cd3afd1c4e84afc962b/twitchio-3.2.0.tar.gz", hash = "sha256:04320d99306da923852e61f8f4469908845374123a65e5fe7a14b45e916442ff", size = 248437, upload-time = "2026-01-25T12:06:05.767Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b2/f1/3b3ec7cf2784f4a0745f006c1a5c130a3b4fbddcbab457fa80e5b86f8fb7/twitchio-3.1.0-py3-none-any.whl", hash = "sha256:d275d5d8c6879fae7212045e6bc08068166e3ab2824b5cbf78c82737ea94b636", size = 316539, upload-time = "2025-08-10T10:42:03.42Z" }, + { url = "https://files.pythonhosted.org/packages/8e/4f/b4edef42783fc5b4189637513bfa10eb1ccd1f23d09d7bface294a35d828/twitchio-3.2.0-py3-none-any.whl", hash = "sha256:c7df722fa6c9a7c80404db1965d7b1ac51993f79b90673011107a65c32b9e2fc", size = 320411, upload-time = "2026-01-25T12:06:03.644Z" }, ] [[package]]