From f8f036927e17a9ada2a50b53f1566bd1c122c785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:19:53 +0000 Subject: [PATCH] Bump tomlkit from 0.12.5 to 0.13.0 in /backend 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9a41056..6a959a2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,5 +19,5 @@ pluggy==1.5.0 pylint==3.1.1 pytest==8.2.2 six==1.16.0 -tomlkit==0.12.5 +tomlkit==0.13.0 Werkzeug==3.0.3