From 8441f38ba5eb6b1daf3b4df7ce79616f8c5d6300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:24:13 +0000 Subject: [PATCH] Bump tomlkit from 0.12.4 to 0.13.2 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.4 to 0.13.2. - [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.4...0.13.2) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06aa216..bdaf3c3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,6 +16,6 @@ pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.12" and python_version < "4.0" ruff==0.3.3 ; python_version >= "3.12" and python_version < "4.0" setuptools==75.8.2 ; python_version >= "3.12" and python_version < "4.0" -tomlkit==0.12.4 ; python_version >= "3.12" and python_version < "4.0" +tomlkit==0.13.2 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0" virtualenv==20.29.2 ; python_version >= "3.12" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 38cbd11..cace0e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ mdurl==0.1.2 ; python_version >= "3.12" and python_version < "4.0" pretty-errors==1.2.25 ; python_version >= "3.12" and python_version < "4.0" pygments==2.19.1 ; python_version >= "3.12" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.12" and python_version < "4.0" -tomlkit==0.12.4 ; python_version >= "3.12" and python_version < "4.0" +tomlkit==0.13.2 ; python_version >= "3.12" and python_version < "4.0"