From 082ed46baa32a2c69fde9b27c1ecda3bab65a83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:24:56 +0000 Subject: [PATCH] Bump tiktoken from 0.7.0 to 0.8.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/tiktoken/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: tiktoken dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 6dec99fc5..6219f5a0a 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -32,7 +32,7 @@ pyTelegramBotAPI==4.22.1 APScheduler==3.9.1.post1 croniter==2.0.7 faiss-cpu==1.8.0.post1 -tiktoken==0.7.0 +tiktoken==0.8.0 RestrictedPython>=7.3 AccessControl>=7.2 timeout-decorator==0.5.0