From 481fde6d453d72be9c52c4f83215d16119e9be59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:58:52 +0000 Subject: [PATCH] chore(deps-dev): bump tomlkit from 0.12.5 to 0.13.0 in /it/python Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.5 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.12.5...0.13.0) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 36c4e5e11b..d36b449781 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -54,7 +54,7 @@ tomli==2.0.1 ; python_version < '3.11' tomli-w==1.0.0 ; python_version >= '3.7' -tomlkit==0.12.5 ; python_version >= '3.7' +tomlkit==0.13.0 ; python_version >= '3.7' typing-extensions==4.12.2 ; python_version >= '3.7'