From 374a080b0e832dbb2c4fedaba5c006d776c36315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:00:13 +0000 Subject: [PATCH] Bump tomlkit from 0.12.3 to 0.13.2 in /backend Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.3 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.3...0.13.2) --- 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 6ef8c0f..9cfaa5e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ soupsieve==2.5 SQLAlchemy==2.0.27 toml==0.10.2 tomli==2.0.1 -tomlkit==0.12.3 +tomlkit==0.13.2 typing_extensions==4.9.0 tzdata==2024.2 urllib3==2.2.0