From 903b67b13537b92f99a920ce026db5e951b878bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:47:30 +0000 Subject: [PATCH] chore(deps): update tomlkit requirement in /requirements/in Updates the requirements on [tomlkit](https://github.com/python-poetry/tomlkit) to permit the latest version. - [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 ... 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..381860b 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.15.1,<1.0.0 # Backports of typing features; required by libraries supporting older Python versions. typing-extensions>=4.15.0,<5.0.0