From 89a08ef9f5c3139517ca6d84197a763a707f0fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:30:07 +0000 Subject: [PATCH] Bump tomlkit from 0.12.1 to 0.12.3 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.1 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.12.1...0.12.3) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 9bcf4f0..4a4cbfa 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -10,4 +10,4 @@ pylint==3.0.1 pytest==7.4.2 pytest-asyncio==0.21.1 ruff==0.0.292 -tomlkit==0.12.1 \ No newline at end of file +tomlkit==0.12.3 \ No newline at end of file