From 0256312f6bf119b4d0beafebda449beff09eec71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 04:24:50 +0000 Subject: [PATCH] chore(deps): bump tomlkit from 0.12.5 to 0.13.0 in /app 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 9bd0667..a5a445a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -12,7 +12,7 @@ pylint==3.2.5 pytz==2024.1 six==1.16.0 sqlparse==0.5.0 -tomlkit==0.12.5 +tomlkit==0.13.0 wheel==0.43.0 whitenoise==6.7.0 wrapt==1.16.0