From 9dda82f4172326ce4971f5f996b98ae7f31df744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:50:20 +0000 Subject: [PATCH] chore(deps): update tomlkit requirement in /requirements/in Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.13.3...0.14.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/in/constraints.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/constraints.in b/requirements/in/constraints.in index 3c9d550..389eb60 100644 --- a/requirements/in/constraints.in +++ b/requirements/in/constraints.in @@ -99,7 +99,7 @@ stevedore>=5.5.0,<6.0.0 tenacity>=9.1.2,<10.0.0 # TOML file parser and writer; used by poetry, black, and other tools for pyproject.toml support. -tomlkit>=0.13.3,<1.0.0 +tomlkit>=0.14.0,<1.0.0 # Backports of typing features; required by libraries supporting older Python versions. typing-extensions>=4.15.0,<5.0.0