From 7058b759d7ae6ce53048519f6403edfad9a61425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:16:58 +0000 Subject: [PATCH] Update tomlkit requirement from <0.13,>=0.12 to >=0.12,<0.14 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.12.0...0.13.2) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86614bd9..bd8a778c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "rapidfuzz>=3.12.2,<4.0", "revel>=0.9.1,<0.10", "timer-dict>=1.0,<2.0", - "tomlkit>=0.12,<0.13", + "tomlkit>=0.12,<0.14", "typing-extensions>=4.5,<5.0", "unicall>=0.2post0,<0.3", "uniserde>=0.4,<0.5",