From 45608d91b3c299b009d6018cc39935665e5d9ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 01:01:43 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump tomlkit from 0.12.4 to 0.12.5 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.4 to 0.12.5. - [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.12.5) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6a0dea..abfd39c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,6 @@ requests==2.31.0 six==1.16.0 tabulate==0.9.0 tomli==2.0.1 -tomlkit==0.12.4 +tomlkit==0.12.5 urllib3==2.2.1 wrapt==1.16.0