From 82b9df184fca1693cac74086a8abb4e057742981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:06:49 +0000 Subject: [PATCH] Bump tomlkit from 0.12.1 to 0.12.2 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.1 to 0.12.2. - [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.2) --- 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..1d53ede 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.2 \ No newline at end of file