From 9d85ae8d027f4d57c8bef354ed58265c5f4aa107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:58:15 +0000 Subject: [PATCH] build(deps): bump tomlkit from 0.13.3 to 0.15.1 Bumps [tomlkit](https://github.com/python-poetry/tomlkit) from 0.13.3 to 0.15.1. - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/tomlkit/compare/0.13.3...0.15.1) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fcd916..1728bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "flask==3.1.3", "pymupdf==1.25.2", "pdf2zh-next==2.9.0", - "tomlkit==0.13.3", + "tomlkit==0.15.1", ] [project.optional-dependencies]