From 1aadd13f234138d5ff488b13167282827bee06c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:38:14 +0000 Subject: [PATCH] Update tiktoklive requirement from ==5.0.* to ==6.6.* in /requirements Updates the requirements on [tiktoklive](https://github.com/isaackogan/TikTokLive) to permit the latest version. - [Release notes](https://github.com/isaackogan/TikTokLive/releases) - [Commits](https://github.com/isaackogan/TikTokLive/commits) --- updated-dependencies: - dependency-name: tiktoklive dependency-version: 6.6.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/worker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/worker.txt b/requirements/worker.txt index 2e3cc3a..a7abaae 100644 --- a/requirements/worker.txt +++ b/requirements/worker.txt @@ -12,6 +12,6 @@ celery==5.4.* redis==5.* pycryptodome>=3.20.0 patchright==1.58.2 -TikTokLive==5.0.* +TikTokLive==6.6.* streamlit==1.* openai>=1.0.0 \ No newline at end of file