From 1c63388e436f2ebd96ac1a32398f33b7c70b4252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:04:54 +0000 Subject: [PATCH] Update tomlkit requirement from <1.0,>=0.1 to >=0.15.0,<1.0 in /docs 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.1.1...0.15.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index ebfd603..4886ee0 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -2,4 +2,4 @@ sphinx >=5.0, <10.0 sphinx-rtd-theme >=3.0, <4.0 -tomlkit >=0.1, < 1.0 +tomlkit >= 0.15.0, < 1.0