From 4dc12c79886159de50472da9d2a578dd7957aa46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:05:01 +0000 Subject: [PATCH] Bump tomlkit from 0.11.6 to 0.13.0 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.6 to 0.13.0. - [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.11.6...0.13.0) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cda8e6..6cf0fb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ rich==12.6.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -tomlkit==0.11.6 +tomlkit==0.13.0 tqdm==4.66.4 twine==4.0.1 typed_ast==1.5.4