From 6312cef892cbd1d2805606d27d9b9dcb1b6a2b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 10:59:52 +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 29b7c2f..69f85eb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -68,7 +68,7 @@ tomli==2.0.1 ; python_version < '3.11' tomli-w==1.0.0 ; python_version >= '3.7' -tomlkit==0.12.1 ; python_version >= '3.7' +tomlkit==0.12.2 ; python_version >= '3.7' types-pyyaml==6.0.12.12