From e123070f5f7e6708b924bb607677379e1e38554b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 11:52:35 +0000 Subject: [PATCH] Bump tiktoken from 0.13.0 to 0.14.0 in /scripts Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.13.0 to 0.14.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.13.0...0.14.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 690967b..ddced5d 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -tiktoken==0.13.0 +tiktoken==0.14.0