Skip to content

Commit d4ae75f

Browse files
chore(deps)(deps-dev): bump the all-dependencies group with 2 updates (#44)
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](openai/tiktoken@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](PyO3/maturin@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29c68e1 commit d4ae75f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pyproject.toml
22
[build-system]
33
build-backend = "maturin"
4-
requires = [ "maturin>=1.10,<1.11" ]
4+
requires = [ "maturin>=1.10,<1.14" ]
55

66
[project]
77
name = "treemapper"
@@ -73,7 +73,7 @@ optional-dependencies.dev = [
7373
"pyyaml>=6.0.2,<8.0",
7474
"radon>=6.0,<7.0",
7575
"ruff>=0.4,<1.0",
76-
"tiktoken==0.12.0",
76+
"tiktoken==0.13.0",
7777
"treemapper[tree-sitter]",
7878
"types-pyyaml>=6.0,<7.0",
7979
]

0 commit comments

Comments
 (0)