From cf4398b6df1a3178e3030e34e0690bbdd4dd10f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:02:34 +0000 Subject: [PATCH] chore(deps-dev): bump tomlkit from 0.13.2 to 0.13.3 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.13.2 to 0.13.3. - [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.13.2...0.13.3) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.13.3 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 a4f6acb5..c9b10c07 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -106,7 +106,7 @@ toml==0.10.2 tomli==2.2.1 ; python_version < '3.11' -tomlkit==0.13.2 ; python_version >= '3.7' +tomlkit==0.13.3 ; python_version >= '3.7' trio==0.30.0