From d6cc4ea4b3045d427b65153047dc9a04f2d13f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 08:03:58 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the all-dependencies group with 2 updates Updates the requirements on [tiktoken](https://github.com/openai/tiktoken) and [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `tiktoken` from 0.12.0 to 0.13.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.12.0...0.13.0) Updates `maturin` to 1.13.3 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.10.0...v1.13.3) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad021bba..5b0a62f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # pyproject.toml [build-system] build-backend = "maturin" -requires = [ "maturin>=1.10,<1.11" ] +requires = [ "maturin>=1.10,<1.14" ] [project] name = "treemapper" @@ -73,7 +73,7 @@ optional-dependencies.dev = [ "pyyaml>=6.0.2,<8.0", "radon>=6.0,<7.0", "ruff>=0.4,<1.0", - "tiktoken==0.12.0", + "tiktoken==0.13.0", "treemapper[tree-sitter]", "types-pyyaml>=6.0,<7.0", ]