From 2fda3d772b63639079ffe2187039adc7c2fc14e9 Mon Sep 17 00:00:00 2001 From: John | Elite Encoder Date: Mon, 29 Dec 2025 13:19:57 -0500 Subject: [PATCH] chore(deps): bump pytrickle dependency to version 0.1.8 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f667845a..cb708f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ [project.optional-dependencies] dev = ["pytest", "pytest-cov", "ruff"] server = [ - "pytrickle @ git+https://github.com/livepeer/pytrickle.git@v0.1.7" + "pytrickle @ git+https://github.com/livepeer/pytrickle.git@v0.1.8" ] [project.urls]