From 5821743af4b03ac6277db91cd5a0e90b7524fdfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:04:26 +0000 Subject: [PATCH] Update tomlkit requirement from <1.0,>=0.1 to >=0.14.0,<1.0 in /docs 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.1.1...0.14.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.14.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..bca27b0 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.14.0, < 1.0