diff --git a/pyproject.toml b/pyproject.toml index 8650516..ed97e06 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.2.0", + "twitchio==3.2.1", "redis>=5.2.1", "pytz>=2024.2", "discord-py>=2.4.0", diff --git a/uv.lock b/uv.lock index 9f114f1..abc3f1c 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.2.0" }, + { name = "twitchio", specifier = "==3.2.1" }, { name = "uvicorn", specifier = ">=0.34.0" }, ] @@ -1971,14 +1971,14 @@ wheels = [ [[package]] name = "twitchio" -version = "3.2.0" +version = "3.2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/16/55/d0b8f1c6552f23994d925301fa7d5743109568cc8f079fee9866c5a52499/twitchio-3.2.1.tar.gz", hash = "sha256:a1be858a4028625173978db91224326b910a0aaa4c7db879a8867003642a0115", size = 248627, upload-time = "2026-01-29T14:14:44.803Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/7e/a1/2f7e31066eb2c6e78cecd95cf1dd66773cf8f90738339320e12df5e2da2d/twitchio-3.2.1-py3-none-any.whl", hash = "sha256:576d131fdfb0378ee0bfd7f35f8381636f9a911c3961589add97055a578da555", size = 320563, upload-time = "2026-01-29T14:14:43.252Z" }, ] [[package]]