From 39ba5241bf1eb7a10c73c610e334ce95f8c22de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:07:56 +0000 Subject: [PATCH] Bump tomlkit from 0.11.6 to 0.12.3 in /src Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.6 to 0.12.3. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.11.6...0.12.3) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index ac0152e..de81d1e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -76,7 +76,7 @@ toml==0.10.2 # via # -r src/requirements.txt # pre-commit -tomlkit==0.11.6 +tomlkit==0.12.3 # via # -r src/requirements.txt # pylint